API Details
GET Api/OLR/{unitId}/Chart
Get chart data for unit
Request Information
Parameters
| Name | Description |
|---|---|
| unitId | Unit ID |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"day": 1,
"shft": 2,
"hr": 3,
"hrSort": 4,
"dineInCustomers": 5,
"dineInGuestChecks": 6,
"dineInSales": 7.0,
"togoCustomers": 8,
"togoGuestChecks": 9,
"togoSales": 10.0,
"oloCustomers": 11,
"oloGuestChecks": 12,
"oloSales": 13.0
},
{
"day": 1,
"shft": 2,
"hr": 3,
"hrSort": 4,
"dineInCustomers": 5,
"dineInGuestChecks": 6,
"dineInSales": 7.0,
"togoCustomers": 8,
"togoGuestChecks": 9,
"togoSales": 10.0,
"oloCustomers": 11,
"oloGuestChecks": 12,
"oloSales": 13.0
},
{
"day": 1,
"shft": 2,
"hr": 3,
"hrSort": 4,
"dineInCustomers": 5,
"dineInGuestChecks": 6,
"dineInSales": 7.0,
"togoCustomers": 8,
"togoGuestChecks": 9,
"togoSales": 10.0,
"oloCustomers": 11,
"oloGuestChecks": 12,
"oloSales": 13.0
}
]
