POST web/Approval/SetChequeApproval
Request Information
URI Parameters
None.
Body Parameters
SetChequeApproval| Name | Description | Type | Additional information |
|---|---|---|---|
| cheque | IdValuePair |
None. |
|
| entity | IdValuePair |
None. |
Request Formats
application/json, text/json
Sample:
{
"cheque": {
"value": "sample string 1",
"id": 2
},
"entity": {
"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.