POST web/Approval/SetApprovalForESignature
Request Information
URI Parameters
None.
Body Parameters
SetESignatureApproval| Name | Description | Type | Additional information |
|---|---|---|---|
| source | IdValuePair |
None. |
|
| source_id | IdValuePair |
None. |
Request Formats
application/json, text/json
Sample:
{
"source": {
"value": "sample string 1",
"id": 2
},
"source_id": {
"value": "sample string 1",
"id": 2
}
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.