Revel Systems · Example Payload

Revel Webhooks Timesheet Event Payload Example

POSRestaurantRetailiPad

Revel Webhooks Timesheet Event Payload Example is an example object payload from Revel Systems, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idemployeeestablishmentaction

Example Payload

Raw ↑
{
  "id": 1,
  "employee": 1,
  "establishment": 1,
  "action": "clock_in"
}