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
NameDescriptionTypeAdditional 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": "2024-05-03T11:32:02.4934965+01:00",
  "DateTo": "2024-05-03T11:32:02.4934965+01: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>2024-05-03T11:32:02.4934965+01:00</DateFrom>
  <DateTo>2024-05-03T11:32:02.4934965+01: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
NameDescriptionTypeAdditional 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.