POST api/Customer/GetCustomerOutstanding

Request Information

URI Parameters

None.

Body Parameters

CustomerOutstanding
NameDescriptionTypeAdditional 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": "2024-05-19T17:51:54.7392232+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>2024-05-19T17:51:54.7392232+05:30</AS_ON_DATE>
  <CP_ID>1</CP_ID>
</CustomerOutstanding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.