SpotOn · JSON Structure

Restaurant Pos Export Time Clock Entry Structure

An employee shift clock-in and clock-out record.

Type: object Properties: 13
RestaurantPoint-of-SalePaymentsOnline OrderingReservationsReporting

TimeClockEntry is a JSON Structure definition published by SpotOn, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id locationId deleted voided employeeId jobPositionId payRateAmount declaredCashTipsAmount declaredCashTipsToOthersAmount inAt outAt breaks lastUpdatedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/spoton/refs/heads/main/json-structure/restaurant-pos-export-time-clock-entry-structure.json",
  "name": "TimeClockEntry",
  "description": "An employee shift clock-in and clock-out record.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique time clock entry identifier."
    },
    "locationId": {
      "type": "string",
      "description": "Associated location identifier."
    },
    "deleted": {
      "type": "boolean",
      "description": "Whether the entry is marked as deleted."
    },
    "voided": {
      "type": "boolean",
      "description": "Whether the entry is voided."
    },
    "employeeId": {
      "type": "string",
      "description": "Associated employee identifier."
    },
    "jobPositionId": {
      "type": "string",
      "description": "Associated job position identifier."
    },
    "payRateAmount": {
      "type": "string",
      "description": "Hourly pay rate in US dollars, as a decimal string."
    },
    "declaredCashTipsAmount": {
      "type": "string",
      "description": "Declared cash tips collected, as a decimal string."
    },
    "declaredCashTipsToOthersAmount": {
      "type": "string",
      "description": "Declared cash tips given to others, as a decimal string."
    },
    "inAt": {
      "type": "datetime",
      "description": "RFC 3339 shift start (clock-in) time."
    },
    "outAt": {
      "type": "datetime",
      "description": "RFC 3339 shift end (clock-out) time. May be null if the shift is open."
    },
    "breaks": {
      "type": "array",
      "description": "Break records taken during the shift.",
      "items": {
        "type": "object",
        "description": "A break taken during a time clock shift.",
        "properties": {
          "id": {
            "type": "string",
            "description": "Unique break identifier."
          },
          "startedAt": {
            "type": "datetime",
            "description": "RFC 3339 timestamp when the break started."
          },
          "endedAt": {
            "type": "datetime",
            "description": "RFC 3339 timestamp when the break ended. May be null if the break is ongoing."
          },
          "kind": {
            "type": "string",
            "description": "Whether the break is paid or unpaid.",
            "enum": [
              "PAID",
              "UNPAID"
            ]
          }
        }
      }
    },
    "lastUpdatedAt": {
      "type": "datetime",
      "description": "RFC 3339 timestamp of the last update."
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/restaurant-pos-export-time-clock-entry-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.