Get Location Cash Drawer Shifts
GET {{baseUrl}}/v1/:location_id/cash-drawer-shifts?order=<object>&begin_time=<string>&end_time=<string>
Provides the details for all of a location's cash drawer shifts during a date range. The date range you specify cannot exceed 90 days.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
order | string | The order in which employees are listed in the response, based on their created_at field. Default value: ASC | |
begin_time | string | The beginning of the requested reporting period, in RFC 3339 format. | |
end_time | string | The end of the requested reporting period, in RFC 3339 format. |