PUT api/ApplicationExemption/add-additional-exemption/{applicationId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| applicationExemptions | No documentation available. |
Define this parameter in the request body. |
| applicationId | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"ExemptionTypeCodes": {
"$id": "3",
"$values": [
{
"$id": "4",
"ExemptionId": 1,
"ExemptionType": "sample string 2",
"Description": "sample string 3",
"SubmissionRequirements": "sample string 4",
"ItemId": 1,
"StandardFlag": true,
"ReportableFlag": true,
"IsChecked": true,
"ApplicationAssessmentExemptionsId": 1
},
{
"$ref": "4"
},
{
"$ref": "4"
}
]
},
"ExemptionTypeCodesForSubmittedExemptions": {
"$id": "5",
"$values": [
{
"$ref": "4"
},
{
"$ref": "4"
},
{
"$ref": "4"
}
]
},
"ExemptionTypeDescription": "sample string 1",
"Entity": {
"$id": "6",
"PK": 1
},
"Validation": {
"$id": "7",
"SuccessOutput": {
"$id": "8"
},
"Success": true,
"ErrorMessages": null,
"WarningMessages": {
"$id": "9",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"InfoMessages": {
"$id": "10",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"DatabaseErrorMessage": "sample string 3",
"SuccessMessage": "sample string 4",
"RelatedKeyId": "sample string 5"
},
"PageAccess": {
"$id": "11",
"PageCode": "sample string 1",
"StepAccesses": {
"$id": "12",
"$values": [
{
"$id": "13",
"StageCode": "sample string 1",
"StepCode": "sample string 2"
},
{
"$ref": "13"
},
{
"$ref": "13"
}
]
},
"Positions": {
"$id": "14",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
},
"UserRole": 0
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"ExemptionTypeCodes": {
"$id": "3",
"$values": [
{
"$id": "4",
"ExemptionId": 1,
"ExemptionType": "sample string 2",
"Description": "sample string 3",
"SubmissionRequirements": "sample string 4",
"ItemId": 1,
"StandardFlag": true,
"ReportableFlag": true,
"IsChecked": true,
"ApplicationAssessmentExemptionsId": 1
},
{
"$ref": "4"
},
{
"$ref": "4"
}
]
},
"ExemptionTypeCodesForSubmittedExemptions": {
"$id": "5",
"$values": [
{
"$ref": "4"
},
{
"$ref": "4"
},
{
"$ref": "4"
}
]
},
"ExemptionTypeDescription": "sample string 1",
"Entity": {
"$id": "6",
"PK": 1
},
"Validation": {
"$id": "7",
"SuccessOutput": {
"$id": "8"
},
"Success": true,
"ErrorMessages": null,
"WarningMessages": {
"$id": "9",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"InfoMessages": {
"$id": "10",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"DatabaseErrorMessage": "sample string 3",
"SuccessMessage": "sample string 4",
"RelatedKeyId": "sample string 5"
},
"PageAccess": {
"$id": "11",
"PageCode": "sample string 1",
"StepAccesses": {
"$id": "12",
"$values": [
{
"$id": "13",
"StageCode": "sample string 1",
"StepCode": "sample string 2"
},
{
"$ref": "13"
},
{
"$ref": "13"
}
]
},
"Positions": {
"$id": "14",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
},
"UserRole": 0
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]