Provides information about cash operations that add cash to or remove cash from a restaurant cash drawer, separately from cash transaction payments (customer payments for individual checks). Cash entries are different than cash transactions, and affect the overall amount of cash that the Toast POS accounts for in a restaurant.
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 '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"
}
}
]