POST api/TillMenu/CashingUp
Returns data used by the Web Office so that till(s) can be reconciled.
Request Information
URI Parameters
None.
Body Parameters
EskimoClassLibraries.clsCashingUpArgs| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | date |
Required |
|
| DateTo | date |
Required |
|
| StoreNumber | string |
String length: inclusive between 3 and 3 |
|
| OperatorIDs | string |
None. |
|
| TillIDs | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateFrom": "2025-12-13T07:37:16.6176348+00:00",
"DateTo": "2025-12-13T07:37:16.6176348+00:00",
"StoreNumber": "sample string 3",
"OperatorIDs": "sample string 4",
"TillIDs": "sample string 5"
}
application/xml, text/xml
Sample:
<clsCashingUpArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EskimoClassLibraries"> <DateFrom>2025-12-13T07:37:16.6176348+00:00</DateFrom> <DateTo>2025-12-13T07:37:16.6176348+00:00</DateTo> <OperatorIDs>sample string 4</OperatorIDs> <StoreNumber>sample string 3</StoreNumber> <TillIDs>sample string 5</TillIDs> </clsCashingUpArgs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EskimoClassLibraries.clsCashingUpData| Name | Description | Type | Additional information |
|---|---|---|---|
| columns | Collection of Collection of EskimoClassLibraries.clsCashingUpColumn |
None. |
|
| data | Collection of System.Data.DataTable |
None. |
Response Formats
application/json, text/json
Sample:
{
"columns": [
[
{
"ColumnID": 1,
"Name": "sample string 2",
"CashDrawerID": 1,
"OrderBy": 3,
"Filterable": true,
"Hidden": true,
"DataType": 0
},
{
"ColumnID": 1,
"Name": "sample string 2",
"CashDrawerID": 1,
"OrderBy": 3,
"Filterable": true,
"Hidden": true,
"DataType": 0
}
],
[
{
"ColumnID": 1,
"Name": "sample string 2",
"CashDrawerID": 1,
"OrderBy": 3,
"Filterable": true,
"Hidden": true,
"DataType": 0
},
{
"ColumnID": 1,
"Name": "sample string 2",
"CashDrawerID": 1,
"OrderBy": 3,
"Filterable": true,
"Hidden": true,
"DataType": 0
}
]
],
"data": [
null,
[]
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.