7shifts · Example Payload

7Shifts Location Example

RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

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

Top-level fields

idcompany_idnameaddresscitystatecountryziptimezonecreatedmodified

Example Payload

Raw ↑
{
  "id": 12345,
  "company_id": 12345,
  "name": "example",
  "address": "example",
  "city": "example",
  "state": "example",
  "country": "example",
  "zip": "example",
  "timezone": "example",
  "created": "2026-06-02T14:30:00Z",
  "modified": "2026-06-02T14:30:00Z"
}