7shifts · Example Payload

7Shifts Receipt Example

RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

7Shifts Receipt Example is an example object payload from 7shifts, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idlocation_idexternal_idreceipt_datetotalrevenue_centercreatedmodified

Example Payload

Raw ↑
{
  "id": 12345,
  "location_id": 12345,
  "external_id": "example",
  "receipt_date": "2026-06-02T14:30:00Z",
  "total": 12345,
  "revenue_center": "example",
  "created": "2026-06-02T14:30:00Z",
  "modified": "2026-06-02T14:30:00Z"
}