POST api/v1/OrderList
Request Information
URI Parameters
None.
Body Parameters
InvoiceAdminInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CalledFrom | string |
None. |
|
| InvoiceID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| OrderStatus | string |
None. |
|
| KolOrOutside | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CalledFrom": "sample string 1",
"InvoiceID": 2,
"StartDate": "2025-12-08T06:23:09.2053726+05:30",
"EndDate": "2025-12-08T06:23:09.2053726+05:30",
"OrderStatus": "sample string 5",
"KolOrOutside": "sample string 6"
}
application/xml, text/xml
Sample:
<InvoiceAdminInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CalledFrom>sample string 1</CalledFrom> <EndDate>2025-12-08T06:23:09.2053726+05:30</EndDate> <InvoiceID>2</InvoiceID> <KolOrOutside>sample string 6</KolOrOutside> <OrderStatus>sample string 5</OrderStatus> <StartDate>2025-12-08T06:23:09.2053726+05:30</StartDate> </InvoiceAdminInput>
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. |