Get cash entries

Returns information about cash added to or removed from a cash drawer or other cash storage device. Returns an array of CashEntry objects.

SecuritycashMgmtRead
Request
query Parameters
businessDate
required
string <calendar-date>

The business date the cash entries were created, in the format yyyymmdd. For example, 20180228.

yyyymmdd
string <calendar-date>

Deprecated. Use the businessDate parameter. The business date the cash entries were created, in the format yyyymmdd. For example, 20180228.

header Parameters
Toast-Restaurant-External-ID
required
string <string>

The GUID of the restaurant that is the context of the request.

Responses
200

Returns an array of CashEntry objects.

default

Unexpected error

get/entries
Request samples
curl -i -X GET \
  'https://toast-api-server/cashmgmt/v1/entries?businessDate=string&yyyymmdd=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Toast-Restaurant-External-ID: string'
Response samples
application/json
[
  • {
    }
]