POST api/v1/ConsInvoiceSummary
Request Information
URI Parameters
None.
Body Parameters
ConsInvoiceSummaryInput| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| ItemID | integer |
None. |
|
| OutletID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "2025-12-15T03:29:43.7405714+05:30",
"EndDate": "2025-12-15T03:29:43.741139+05:30",
"ItemID": 1,
"OutletID": 2
}
application/xml, text/xml
Sample:
<ConsInvoiceSummaryInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <EndDate>2025-12-15T03:29:43.741139+05:30</EndDate> <ItemID>1</ItemID> <OutletID>2</OutletID> <StartDate>2025-12-15T03:29:43.7405714+05:30</StartDate> </ConsInvoiceSummaryInput>
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. |