List daily cash summary reports
Retrieves a list of all daily cash summary reports in the system.
Authorizations:
newStoreAccessToken
Responses
Response samples
- 200
- 400
- 500
Content type
application/json
{- "reports": [
- {
- "cash_drawer": {
- "name": "Not a shoe box",
- "currency": "USD",
- "status": "closed"
}, - "store": {
- "name": "5th Avenue"
}, - "opened_at": "2020-01-24T09:00:22.656Z",
- "closed_at": "2020-01-24T18:00:00.656Z",
- "deposit_total": 600,
- "variance_total": -45.78,
- "sales_total": 300,
- "returns_total": -43.22,
- "non_sale_cash_in_total": 14.32,
- "non_sale_cash_out_total": -21.43,
- "open_float": 100,
- "end_of_day_count": 700,
- "opened_by": {
- "id": "22IB3UROr1S3Je9hDaRh7f"
}, - "closed_by": {
- "id": "22IB3UROr1S3Je9hDaRh7f"
}
}
], - "pagination_info": {
- "count": 1,
- "total": 20,
- "offset": 1
}, - "field_ranges": {
- "opened_at": {
- "min": 1590672630272,
- "max": 1472431030000,
- "type": "range"
}, - "variance_total": {
- "min": -1000,
- "max": 300,
- "type": "range"
}, - "store.name": {
- "type": "range",
- "values": [
- "Giovana Dodici",
- "New York",
- "Hannover"
]
}
}
}