POST api/Customer/GetCustomerOutstanding
Request Information
URI Parameters
None.
Body Parameters
CustomerOutstanding| Name | Description | Type | Additional information |
|---|---|---|---|
| AR_ID | integer |
None. |
|
| CP_ID | integer |
None. |
|
| ARG_ID | integer |
None. |
|
| AS_ON_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"AR_ID": 1,
"CP_ID": 1,
"ARG_ID": 1,
"AS_ON_DATE": "2025-12-06T05:22:53.7153969+00:00"
}
application/xml, text/xml
Sample:
<CustomerOutstanding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <ARG_ID>1</ARG_ID> <AR_ID>1</AR_ID> <AS_ON_DATE>2025-12-06T05:22:53.7153969+00:00</AS_ON_DATE> <CP_ID>1</CP_ID> </CustomerOutstanding>
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. |