POST api/Agents/ODEntryApprovalHead
Request Information
URI Parameters
None.
Body Parameters
IP_ODApproval| Name | Description | Type | Additional information |
|---|---|---|---|
| chk_SMS | integer |
None. |
|
| Amount | decimal number |
None. |
|
| remark | string |
None. |
|
| requestid | integer |
None. |
|
| agencyid | integer |
None. |
|
| IsTemporaryOD | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"chk_SMS": 1,
"Amount": 2.0,
"remark": "sample string 3",
"requestid": 4,
"agencyid": 5,
"IsTemporaryOD": true
}
application/xml, text/xml
Sample:
<IP_ODApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity.Models.Input_class"> <Amount>2</Amount> <IsTemporaryOD>true</IsTemporaryOD> <agencyid>5</agencyid> <chk_SMS>1</chk_SMS> <remark>sample string 3</remark> <requestid>4</requestid> </IP_ODApproval>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |