POST api/v1/OrderListForInvoice
Request Information
URI Parameters
None.
Body Parameters
InvoiceFromOrderDisplayInput| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"StartDate": "2025-12-09T02:26:51.5193982+05:30",
"EndDate": "2025-12-09T02:26:51.5193982+05:30",
"OutletID": 3,
"AdminOutletID": 4,
"OrderNo": "sample string 5",
"CustomerType": "sample string 6"
}
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>4</AdminOutletID> <CustomerType>sample string 6</CustomerType> <EndDate>2025-12-09T02:26:51.5193982+05:30</EndDate> <OrderNo>sample string 5</OrderNo> <OutletID>3</OutletID> <StartDate>2025-12-09T02:26:51.5193982+05:30</StartDate> </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. |