Lightspeed · Example Payload

Restaurant K Series Id Cards Api Create Id Cards Response Example

POSRetailRestaurantEcommerce

Restaurant K Series Id Cards Api Create Id Cards Response Example is an example object payload from Lightspeed, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

batchIdcards

Example Payload

Raw ↑
{
  "batchId": 12345,
  "cards": [
    {
      "id": 98765,
      "consumerRecordId": 54321,
      "consumerId": 13579,
      "url": "https://example.com/id-cards/98765/qr-code"
    }
  ]
}