POST api/DocumentApproval

Request Information

URI Parameters

None.

Body Parameters

DocumentApproval
NameDescriptionTypeAdditional information
smsID

globally unique identifier

None.

approvalCode

string

None.

reportRequestId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "smsID": "82385ed3-11e6-4c3c-bb1f-081242c193b8",
  "approvalCode": "sample string 1",
  "reportRequestId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of spSetDocumentApproval_Result
NameDescriptionTypeAdditional information
isApproved

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.