Information about what the aggregated sales reporting data covers and how it is presented. This includes the starting and ending dates of the time range, the included or excluded restaurants, and aggregation options.
endBusinessDate required | number <integer> The ending date of the time range for the reporting data. Specify the business day in the format YYYYMMDD. For example, |
excludedRestaurantIds required | Array of strings <UUID> The |
groupBy | Array of strings The way the reporting data results are aggregated. You can use up to two values at a time. Valid values:
|
restaurantIds required | Array of strings <uuid> The |
startBusinessDate required | number <integer> The starting date of the time range for the reporting data. Specify the business day in the format YYYYMMDD. For example, |
{- "startBusinessDate": 0,
- "endBusinessDate": 0,
- "restaurantIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "excludedRestaurantIds": [
- "string"
], - "groupBy": [
- "REVENUE_CENTER"
]
}