POST api/pointofsale/DrawerTotals
Request Information
URI Parameters
None.
Body Parameters
DrawerSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| StationId | string |
None. |
|
| RegisterRowId | decimal number |
None. |
|
| StartDate | string |
Matching regular expression pattern: (((0|1)[0-9]|2[0-9]|3[0-1])\/(0[1-9]|1[0-9]|2[0-9]|3[0-9])\/((19|20|21)\d\d))$ String length: inclusive between 0 and 10 |
|
| EndDate | string |
Matching regular expression pattern: (((0|1)[0-9]|2[0-9]|3[0-1])\/(0[1-9]|1[0-9]|2[0-9]|3[0-9])\/((19|20|21)\d\d))$ String length: inclusive between 0 and 10 |
Request Formats
application/json, text/json
Sample:
{
"stationId": "sample string 1",
"registerRowId": 2.0,
"startDate": "sample string 3",
"endDate": "sample string 4"
}
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. |