Returns the labor data for the reporting data request.
Specify the reportRequestGuid
for the reporting data.
The reporting data.
The Toast platform is in the process of gathering the reporting data. Try the request again at a later time.
An unexpected error occurred. Refer to the message
attached to this error for more information.
The Toast platform was unable to process the request. Request a new reportRequestGuid
and try again.
An unexpected internal error occurred. The
requestId
attached to this error can be referenced by
the Toast support team.
The Toast platform was unable to process the request because internal services took too long to process, resulting in a timeout.
curl -i -X GET \ 'https://toast-api-server/era/v1/labor/{reportRequestGuid}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "businessDate": "string",
- "restaurantGuid": "string",
- "restaurantName": "string",
- "restaurantLocationName": "string",
- "restaurantLocationCode": "string",
- "regularHours": 0,
- "overtimeHours": 0,
- "totalHours": 0,
- "regularCost": 0,
- "overtimeCost": 0,
- "totalCost": 0,
- "netSalesAmount": 0,
- "grossSalesAmount": 0,
- "netSalesPerEmployeeHour": 0,
- "grossSalesPerEmployeeHour": 0,
- "totalCostPerNetSales": 0,
- "totalCostPerGrossSales": 0,
- "jobGuid": "string",
- "jobTitle": "string",
- "jobCode": "string",
- "employeeGuid": "string",
- "employeeFirstName": "string",
- "employeeLastName": "string",
- "employeeChosenName": "string"
}