The aggregated sales reporting data.
avgOrderValue | number <double> The average amount for an order. |
businessDate | string <integer> The date for the aggregated reporting data. The business
day uses the YYYYMMDD format. For example, |
businessHour | string <integer> The hour the data represents. This property only appears when the |
closedOrderCount | number <integer> The total number of closed orders. |
diningOption | string The dining option for the data. This property only appears when the
request for reporting data includes the |
discountAmount | number <double> The total amount of discounts for orders. |
discountOrderCount | number <integer> The total number of orders that have at least one discount. |
grossSalesAmount | number <double> The total sales, including discounts and refunds. |
guestCount | number <integer> The total number of guests recorded across all orders. |
hourlyJobSalesPerLaborHour | string <double> The average net sales for each hour worked by employees with hourly jobs. |
hourlyJobTotalHours | string <double> The total hours worked by employees with hourly jobs. This does not include breaks. |
hourlyJobTotalPay | string <double> The total wages earned by employees with hourly jobs, including overtime pay. This does not include tips. |
netSalesAmount | number <double> The total sales, excluding tax, gratuity, tips, discounts, refunds, and deferred amounts. |
openOrderCount | number <integer> The total number of open orders. |
ordersCount | number <integer> The total number of orders that were not voided. |
orderSource | any The method used to place an order, also known as the order source. This property
only appears when the request for reporting data includes the Valid values:
|
refundAmount | number <double> The total amount of refunded sales. |
restaurantGuid | string <UUID> The identifier assigned by the Toast platform used to identify a restaurant location. |
restaurantName | string <string> The restaurant's name. This property is only included when
the |
revenueCenter | string The revenue center for the data. This property only appears when the
request for reporting data includes the |
voidOrdersAmount | number <double> The total amount of voided items. |
voidOrdersCount | number <integer> The total number of orders with at least one voided item. |
{- "restaurantGuid": "string",
- "businessDate": "string",
- "guestCount": 0,
- "voidOrdersCount": 0,
- "discountOrderCount": 0,
- "ordersCount": 0,
- "openOrderCount": 0,
- "closedOrderCount": 0,
- "netSalesAmount": 0,
- "grossSalesAmount": 0,
- "discountAmount": 0,
- "voidOrdersAmount": 0,
- "refundAmount": 0,
- "avgOrderValue": 0,
- "revenueCenter": "string",
- "diningOption": "string",
- "orderSource": null,
- "businessHour": "string",
- "hourlyJobTotalHours": "string",
- "hourlyJobTotalPay": "string",
- "hourlyJobSalesPerLaborHour": "string",
- "restaurantName": "string"
}