POST api/Agents/ODRequestSubmit
Request Information
URI Parameters
None.
Body Parameters
Ip_credit_management| Name | Description | Type | Additional information |
|---|---|---|---|
| cdt_AgencyId | integer |
None. |
|
| Remarks | string |
None. |
|
| ODType | integer |
None. |
|
| Amount | decimal number |
None. |
|
| ODID | integer |
None. |
|
| ODdays | string |
None. |
|
| salesPersonId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"cdt_AgencyId": 1,
"Remarks": "sample string 2",
"ODType": 3,
"Amount": 4.1,
"ODID": 5,
"ODdays": "sample string 6",
"salesPersonId": 7
}
application/xml, text/xml
Sample:
<Ip_credit_management xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity.Models.Input_class"> <Amount>4.1</Amount> <ODID>5</ODID> <ODType>3</ODType> <ODdays>sample string 6</ODdays> <Remarks>sample string 2</Remarks> <cdt_AgencyId>1</cdt_AgencyId> <salesPersonId>7</salesPersonId> </Ip_credit_management>
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. |