POST api/S170/ammend-approval-item-notification/{isApprove}/{displayApplicationType}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| idsToAmmend | No documentation available. |
Define this parameter in the request body. |
| isApprove | No documentation available. |
Define this parameter in the request URI. |
| displayApplicationType | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
[ 1, 2, 3 ]
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{
"SuccessOutput": {
"$id": "2"
},
"Success": true,
"ErrorMessages": null,
"WarningMessages": {
"$id": "3",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"InfoMessages": {
"$id": "4",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"DatabaseErrorMessage": "sample string 3",
"SuccessMessage": "sample string 4",
"RelatedKeyId": "sample string 5"
}