get https://api.7shifts.com/v2/company//receipts_summary
Minimum Plan Required: Comp
Filter Parameter Restrictions
Parameter | Type | Description |
---|---|---|
| ISO8601 Format Date time. |
|
| ISO8601 Format Date time. | Limit the range of to 31 days. Either:
|
| ISO8601 Format Date time. |
Receipts with a |
Sample Response
{
"data": [
{
"date": "2023-01-18",
"closed": {
"receipts": 83,
"net_total": 187490,
"gross_total": 198352,
"tips_total": 0,
"receipt_discounts": 0
}
},
{
"date": "2023-01-19",
"closed": {
"receipts": 115,
"net_total": 284139,
"gross_total": 290357,
"tips_total": 0,
"receipt_discounts": 0
}
}
]
}