Lightspeed · JSON Structure

Restaurant K Series Reservation Service Platform Integration Dto Structure

reservation-servicePlatformIntegrationDto schema from Lightspeed Restaurant K Series API

Type: object Properties: 2 Required: 2
POSRetailRestaurantEcommerce

reservation-servicePlatformIntegrationDto is a JSON Structure definition published by Lightspeed, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

businessLocationId platformRestaurantId

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/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-reservation-service-platform-integration-dto-structure.json",
  "name": "reservation-servicePlatformIntegrationDto",
  "description": "reservation-servicePlatformIntegrationDto schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "businessLocationId": {
      "description": "The unique identifier of the business location.",
      "example": 9765040300495493,
      "type": "int64"
    },
    "platformRestaurantId": {
      "description": "The external platform's unique identifier for the restaurant.",
      "example": "Restaurant-123",
      "pattern": "[a-zA-Z0-9_-]+",
      "type": "string"
    }
  },
  "required": [
    "businessLocationId",
    "platformRestaurantId"
  ]
}