POST api/v1/POSOutstandingList
Request Information
URI Parameters
None.
Body Parameters
InvoiceDisplayInput| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| OutletID | integer |
None. |
|
| OrderType | string |
None. |
|
| CustomerType | string |
None. |
|
| Mode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvoiceID": 1,
"StartDate": "2025-12-06T09:56:18.4713606+05:30",
"EndDate": "2025-12-06T09:56:18.4713606+05:30",
"OutletID": 4,
"OrderType": "sample string 5",
"CustomerType": "sample string 6",
"Mode": "sample string 7"
}
application/xml, text/xml
Sample:
<InvoiceDisplayInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CustomerType>sample string 6</CustomerType> <EndDate>2025-12-06T09:56:18.4713606+05:30</EndDate> <InvoiceID>1</InvoiceID> <Mode>sample string 7</Mode> <OrderType>sample string 5</OrderType> <OutletID>4</OutletID> <StartDate>2025-12-06T09:56:18.4713606+05:30</StartDate> </InvoiceDisplayInput>
application/x-www-form-urlencoded
Sample:
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. |