PUT web/Approval/ApprovalPolicy
Request Information
URI Parameters
None.
Body Parameters
UpdateEsignApproval| Name | Description | Type | Additional information |
|---|---|---|---|
| approval | UpdateApproval |
None. |
|
| detail | Collection of ApprovalDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"approval": {
"record_id": 1,
"approval_level": 2
},
"detail": [
{
"users": {
"value": "sample string 1",
"id": 2
},
"approval_type": {
"value": "sample string 1",
"id": 2
}
},
{
"users": {
"value": "sample string 1",
"id": 2
},
"approval_type": {
"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.