Identifying information about a Toast POS entity.
amount required | number <double> The currency amount of the cash that an employee adds to or removes from a cash drawer. This value is positive when an employee adds cash and negative when an employee removes cash. |
object (ToastReference) Identifying information about a Toast POS entity. | |
object (ToastReference) Identifying information about a Toast POS entity. | |
object (ToastReference) Identifying information about a Toast POS entity. | |
date required | string <date-time> The date and time that the cash entry occurred. |
object (ExternalReference) Identifying information about a Toast POS entity. | |
object (ExternalReference) Identifying information about a Toast POS entity. | |
entityType required | string The category of the Toast POS object. |
guid required | string The GUID assigned to the entity by the Toast POS. |
object (ToastReference) Identifying information about a Toast POS entity. | |
object (ToastReference) Identifying information about a Toast POS entity. | |
reason required | string A short description of why this cash entry was created, written by the restaurant employee. |
type required | string The type of the cash entry.
|
undoes | string The Toast GUID of the cash entry that is being undone. This value is null if the cash entry does not undo a previous entry. |
{- "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"
}
}