POST api/deferment/approvedefermentorder
Request Information
URI Parameters
None.
Body Parameters
DefermentModal| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | integer |
None. |
|
| err_msg | string |
None. |
|
| response | boolean |
None. |
|
| strDeferId | string |
None. |
|
| ds | DataSet |
None. |
|
| dt | DataTable |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": 1,
"err_msg": "sample string 2",
"response": true,
"strDeferId": "sample string 4",
"ds": null,
"dt": null
}
application/xml, text/xml
Sample:
<DefermentModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models"> <USER_ID>1</USER_ID> <ds i:nil="true" /> <dt i:nil="true" /> <err_msg>sample string 2</err_msg> <response>true</response> <strDeferId>sample string 4</strDeferId> </DefermentModal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.