Toast · Example Payload

Labor Time Entry Break Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

Labor Time Entry Break Example is an example object payload from Toast, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

guidbreakTypepaidinDateoutDatemissedwaivedauditResponse

Example Payload

Raw ↑
{
  "guid": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1",
  "breakType": {
    "guid": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1",
    "entityType": "string"
  },
  "paid": true,
  "inDate": "2026-06-03T12:00:00.000+0000",
  "outDate": "2026-06-03T12:00:00.000+0000",
  "missed": true,
  "waived": true,
  "auditResponse": true
}