Creates a payout reporting data organized by sales date request for a specific time range.
Specify the time range with the timeRange
path parameter.
Specify whether to include data from inactive restaurants using the onlyInactiveRestaurants
query parameter.
Specify the startDate
and endDate
for the payout data in the message body.
Include information about which restaurants to include or exclude with the
restaurantIds
and excludedRestaurantIds
properties.
A JSON object containing the starting and ending dates for the reporting data request and included or excluded restaurants.
The reportRequestGuid
used to retrieve the reporting 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.
{- "startDate": 0,
- "endDate": 0,
- "restaurantIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "excludedRestaurantIds": [
- "string"
]
}
"string"