Identifying information about a Toast POS entity.
amount required | number <double> The amount of the deposit. The |
object (ToastReference) Identifying information about a Toast POS entity. | |
date required | string <date-time> The date that the deposit was registered in the POS and the deposit slip was printed. |
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. |
undoes | string <string> The Toast GUID of the deposit entry that is being undone. This value is null if the deposit entry does not undo a previous entry. |
{- "guid": "string",
- "entityType": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z",
- "undoes": "string",
- "employee": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}, - "creator": {
- "guid": "string",
- "entityType": "string"
}
}