7shifts · Example Payload

7Shifts Wage Example

RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

7Shifts Wage 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

iduser_idrole_idwage_typewage_centseffective_datecreatedmodified

Example Payload

Raw ↑
{
  "id": 12345,
  "user_id": 12345,
  "role_id": 12345,
  "wage_type": "hourly",
  "wage_cents": 12345,
  "effective_date": "2026-06-02",
  "created": "2026-06-02T14:30:00Z",
  "modified": "2026-06-02T14:30:00Z"
}