POST api/DocumentApproval
Request Information
URI Parameters
None.
Body Parameters
DocumentApproval| Name | Description | Type | Additional information |
|---|---|---|---|
| smsID | globally unique identifier |
None. |
|
| approvalCode | string |
None. |
|
| reportRequestId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"smsID": "5e9f8718-590a-425b-8f35-fd2d7136fb90",
"approvalCode": "sample string 1",
"reportRequestId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of spSetDocumentApproval_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| isApproved | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.