Returns an array of Deposit
objects containing information about
cash removed from a restaurant to be deposited in a bank or
other financial institution during one business day.
Returns an array of Deposit
objects.
An unexpected error.
curl -i -X GET \ 'https://toast-api-server/cashmgmt/v1/deposits?businessDate=string' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
[- {
- "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"
}
}
]