Information about what the guest data organized by payment covers and how it is presented. This includes the starting and ending dates of the time range and the included or excluded restaurants.
endDate required | number <integer> The ending date of the time range for the reporting data. Specify the date in the format YYYYMMDD. For example, |
excludedRestaurantIds required | Array of strings <UUID> The |
restaurantIds required | Array of strings <uuid> The |
startDate required | number <integer> The starting date of the time range for the reporting data. Specify the date in the format YYYYMMDD. For example, |
{- "startDate": 0,
- "endDate": 0,
- "restaurantIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "excludedRestaurantIds": [
- "string"
]
}