Information about what the menu 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 only use the 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": [
- "MENU"
]
}