Returns information about cash added to or removed from a cash
drawer or other cash storage device. Returns an array of
CashEntry
objects.
Returns an array of CashEntry
objects.
Unexpected error
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'
[- {
- "guid": "string",
- "entityType": "string",
- "amount": 0,
- "reason": "string",
- "date": "2019-08-24T14:15:22Z",
- "type": "CASH_IN",
- "cashDrawer": {
- "guid": "string",
- "entityType": "string"
}, - "payoutReason": {
- "guid": "string",
- "entityType": "string"
}, - "noSaleReason": {
- "guid": "string",
- "entityType": "string"
}, - "undoes": "string",
- "employee1": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}, - "employee2": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}, - "creatorOrShiftReviewSubject": {
- "guid": "string",
- "entityType": "string"
}, - "approverOrShiftReviewSubject": {
- "guid": "string",
- "entityType": "string"
}
}
]