SpotOn · JSON Structure

Restaurant Pos Export Location Structure

A SpotOn POS location.

Type: object Properties: 6
RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

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

Properties

id organizationId name deleted fiscalendofdaytime spotonmerchantid

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-location-structure.json",
  "name": "Location",
  "description": "A SpotOn POS location.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique location identifier."
    },
    "organizationId": {
      "type": "string",
      "description": "Unique organization identifier shared across all locations in the organization."
    },
    "name": {
      "type": "string",
      "description": "Location name."
    },
    "deleted": {
      "type": "boolean",
      "description": "Whether the location is marked as deleted."
    },
    "fiscalendofdaytime": {
      "type": "int64",
      "description": "Fiscal end-of-day time, in milliseconds from the start of the day."
    },
    "spotonmerchantid": {
      "type": "string",
      "description": "The SpotOn merchant identifier for the location."
    }
  }
}