POST api/DistributorTally
Request Information
URI Parameters
None.
Body Parameters
ADD_DistributorTally| Name | Description | Type | Additional information |
|---|---|---|---|
| TD_ID | string |
None. |
|
| DISTRIBUTOR_ID | string |
None. |
|
| DISTRIBUTOR_NAME | string |
None. |
|
| DISTRIBUTOR_MOBILE | string |
None. |
|
| OUTSTANDING_AMOUNT | string |
None. |
|
| CREDIT_LIMIT | string |
None. |
|
| TYPE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TD_ID": "sample string 1",
"DISTRIBUTOR_ID": "sample string 2",
"DISTRIBUTOR_NAME": "sample string 3",
"DISTRIBUTOR_MOBILE": "sample string 4",
"OUTSTANDING_AMOUNT": "sample string 5",
"CREDIT_LIMIT": "sample string 6",
"TYPE": "sample string 7",
"EXTRA1": "sample string 8",
"EXTRA2": "sample string 9",
"EXTRA3": "sample string 10"
}
application/xml, text/xml
Sample:
<ADD_DistributorTally xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiEllora.Models"> <CREDIT_LIMIT>sample string 6</CREDIT_LIMIT> <DISTRIBUTOR_ID>sample string 2</DISTRIBUTOR_ID> <DISTRIBUTOR_MOBILE>sample string 4</DISTRIBUTOR_MOBILE> <DISTRIBUTOR_NAME>sample string 3</DISTRIBUTOR_NAME> <EXTRA1>sample string 8</EXTRA1> <EXTRA2>sample string 9</EXTRA2> <EXTRA3>sample string 10</EXTRA3> <OUTSTANDING_AMOUNT>sample string 5</OUTSTANDING_AMOUNT> <TD_ID>sample string 1</TD_ID> <TYPE>sample string 7</TYPE> </ADD_DistributorTally>
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. |