POST api/Customer/GetCustomerOutstanding
Request Information
URI Parameters
None.
Body Parameters
CustomerOutstandingName | 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-04-29T15:29:43.0354423+05:30" }
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-04-29T15:29:43.0354423+05:30</AS_ON_DATE> <CP_ID>1</CP_ID> </CustomerOutstanding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |