POST api/DocumentApproval
Request Information
URI Parameters
None.
Body Parameters
DocumentApprovalName | Description | Type | Additional information |
---|---|---|---|
smsID | globally unique identifier |
None. |
|
approvalCode | string |
None. |
|
reportRequestId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "smsID": "a4dd55d0-1412-42c7-a689-be762e71c6fe", "approvalCode": "sample string 1", "reportRequestId": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of spSetDocumentApproval_ResultName | Description | Type | Additional information |
---|---|---|---|
isApproved | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.