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": "44a027c0-3718-43a8-bdcd-02d1eb1b5b12",
"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.