Lightspeed · JSON Structure

Restaurant K Series Id Cards Api Id Card Batch Structure

id-cards-apiIdCardBatch schema from Lightspeed Restaurant K Series API

Type: object Properties: 3
POSRetailRestaurantEcommerce

id-cards-apiIdCardBatch is a JSON Structure definition published by Lightspeed, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

batchId name businessLocationId

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-id-cards-api-id-card-batch-structure.json",
  "name": "id-cards-apiIdCardBatch",
  "description": "id-cards-apiIdCardBatch schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "batchId": {
      "type": "int64",
      "description": "The unique identifier for the ID card batch.",
      "example": 12345
    },
    "name": {
      "type": "string",
      "description": "The name of the ID card batch."
    },
    "businessLocationId": {
      "type": "int64",
      "description": "The unique identifier for the business location this batch belongs to.",
      "example": 67890
    }
  }
}