POST api/v1/CashierSummaryReport
Request Information
URI Parameters
None.
Body Parameters
CashierDetailInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CashierID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| LocID | integer |
None. |
|
| Mode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CashierID": 1,
"StartDate": "2025-12-10T12:36:25.0891853+05:30",
"EndDate": "2025-12-10T12:36:25.0891853+05:30",
"LocID": 2,
"Mode": "sample string 3"
}
application/xml, text/xml
Sample:
<CashierDetailInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CashierID>1</CashierID> <EndDate>2025-12-10T12:36:25.0891853+05:30</EndDate> <LocID>2</LocID> <Mode>sample string 3</Mode> <StartDate>2025-12-10T12:36:25.0891853+05:30</StartDate> </CashierDetailInput>
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. |