POST api/v1/CashierSaleSummary
Request Information
URI Parameters
None.
Body Parameters
CashierSalesSummaryInput| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| InvoiceType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "2025-12-06T09:58:20.5808899+05:30",
"EndDate": "2025-12-06T09:58:20.5808899+05:30",
"InvoiceType": "sample string 3"
}
application/xml, text/xml
Sample:
<CashierSalesSummaryInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <EndDate>2025-12-06T09:58:20.5808899+05:30</EndDate> <InvoiceType>sample string 3</InvoiceType> <StartDate>2025-12-06T09:58:20.5808899+05:30</StartDate> </CashierSalesSummaryInput>
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. |