SpotOn · Example Payload

Restaurant Pos Export Time Clock Entry Example

RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

Restaurant Pos Export Time Clock Entry Example is an example object payload from SpotOn, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idlocationIddeletedvoidedemployeeIdjobPositionIdpayRateAmountdeclaredCashTipsAmountdeclaredCashTipsToOthersAmountinAtoutAtbreakslastUpdatedAt

Example Payload

Raw ↑
{
  "id": "abc123",
  "locationId": "abc123",
  "deleted": true,
  "voided": false,
  "employeeId": "abc123",
  "jobPositionId": "abc123",
  "payRateAmount": "12.50",
  "declaredCashTipsAmount": "12.50",
  "declaredCashTipsToOthersAmount": "12.50",
  "inAt": "2025-03-15T14:30:00Z",
  "outAt": "2025-03-15T14:30:00Z",
  "breaks": [
    {
      "id": "abc123",
      "startedAt": "2025-03-15T14:30:00Z",
      "endedAt": "2025-03-15T14:30:00Z",
      "kind": "PAID"
    }
  ],
  "lastUpdatedAt": "2025-03-15T14:30:00Z"
}