Creates a check reporting data request for a specific time range. Currently, day
is the only
valid value.
Use the onlyInactiveRestaurants
query parameter set to true
to get data for inactive
restaurants only.
Specify the startBusinessDate
and endBusinessDate
for the
data in the message body.
Identify restaurants to include or exclude with the restaurantIds
and excludedRestaurantIds
properties. If left blank, all restaurants are included by default.
A JSON object containing the starting and ending dates for the check reporting data request and included or excluded restaurants.
The reportRequestGuid
used to retrieve the data.
The request contains invalid information.
An unexpected internal error occurred. The
requestId
attached to this error can be referenced by
the Toast support team.
{- "startBusinessDate": 0,
- "endBusinessDate": 0,
- "restaurantIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "excludedRestaurantIds": [
- "string"
]
}
"string"