Restaurant K Series Id Cards Api Create Id Cards Response Structure
id-cards-apiCreateIdCardsResponse schema from Lightspeed Restaurant K Series API
Type: objectProperties: 2
Point-of-SaleRetailRestaurantE-Commerce
id-cards-apiCreateIdCardsResponse is a JSON Structure definition published by Lightspeed, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-create-id-cards-response-structure.json",
"name": "id-cards-apiCreateIdCardsResponse",
"description": "id-cards-apiCreateIdCardsResponse schema from Lightspeed Restaurant K Series API",
"type": "object",
"properties": {
"batchId": {
"type": "int64",
"description": "The unique identifier for the batch the cards were added to.",
"example": 12345
},
"cards": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "int64",
"description": "The unique identifier for the ID card.",
"example": 98765
},
"consumerRecordId": {
"type": "int64",
"description": "The unique identifier for the associated consumer record.",
"example": 54321
},
"consumerId": {
"type": "int64",
"description": "The unique identifier for the associated consumer.",
"example": 13579
},
"url": {
"type": "string",
"description": "The URL for the QR code associated with the ID card.",
"example": "https://example.com/id-cards/98765/qr-code"
}
}
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.