POST api/v1/OrderListForInvoice
Request Information
URI Parameters
None.
Body Parameters
InvoiceFromOrderDisplayInput| Name | Description | Type | Additional information |
|---|---|---|---|
| TranType | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| OutletID | integer |
None. |
|
| AdminOutletID | integer |
None. |
|
| OrderNo | string |
None. |
|
| CustomerType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TranType": "sample string 1",
"StartDate": "2026-03-16T14:27:12.7582489+05:30",
"EndDate": "2026-03-16T14:27:12.7582489+05:30",
"OutletID": 4,
"AdminOutletID": 5,
"OrderNo": "sample string 6",
"CustomerType": "sample string 7"
}
application/xml, text/xml
Sample:
<InvoiceFromOrderDisplayInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AdminOutletID>5</AdminOutletID> <CustomerType>sample string 7</CustomerType> <EndDate>2026-03-16T14:27:12.7582489+05:30</EndDate> <OrderNo>sample string 6</OrderNo> <OutletID>4</OutletID> <StartDate>2026-03-16T14:27:12.7582489+05:30</StartDate> <TranType>sample string 1</TranType> </InvoiceFromOrderDisplayInput>
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. |