Lightspeed · JSON Structure

Restaurant K Series Staff Api Business Location Ids Structure

staff-apiBusinessLocationIds schema from Lightspeed Restaurant K Series API

Type: object Properties: 1
POSRetailRestaurantEcommerce

staff-apiBusinessLocationIds is a JSON Structure definition published by Lightspeed, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

businessLocationIds

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-staff-api-business-location-ids-structure.json",
  "name": "staff-apiBusinessLocationIds",
  "description": "staff-apiBusinessLocationIds schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "businessLocationIds": {
      "type": "array",
      "items": {
        "type": "int64"
      },
      "description": "List of all `businessLocationIds` to be added.",
      "example": [
        123456789,
        987654321
      ]
    }
  }
}