POST api/GetERPAgentBalance/Post
Request Information
URI Parameters
None.
Body Parameters
CTERPAgentBalance| Name | Description | Type | Additional information |
|---|---|---|---|
| Country | string |
None. |
|
| UserType | integer |
None. |
|
| PreviousBalance | decimal number |
None. |
|
| NewBalance | decimal number |
None. |
|
| CustNo | string |
None. |
|
| AgentID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Country": "sample string 1",
"UserType": 2,
"PreviousBalance": 3.0,
"NewBalance": 4.0,
"CustNo": "sample string 5",
"AgentID": 6
}
application/xml, text/xml
Sample:
<CTERPAgentBalance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Business_objects"> <AgentID>6</AgentID> <Country>sample string 1</Country> <CustNo>sample string 5</CustNo> <NewBalance>4</NewBalance> <PreviousBalance>3</PreviousBalance> <UserType>2</UserType> </CTERPAgentBalance>
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. |