---
title: "Create ID Cards"
method: POST
path: "/id-cards/v1/business-locations/{businessLocationId}/batches/{batchId}/cards"
tags: ["ID Cards"]
---

# Create ID Cards

`POST /id-cards/v1/business-locations/{businessLocationId}/batches/{batchId}/cards`

Creates a specified number of ID cards for an existing ID card batch.

## Path parameters

- `businessLocationId` integer, required
- `batchId` integer, required

## Request body

- IdCardsApiCreateIdCardsRequest
  - `cardCount` integer, required — The number of ID cards to create.

## Response `201`

Successfully created ID cards.

- IdCardsApiCreateIdCardsResponse
  - `batchId` integer — The unique identifier for the batch the cards were added to.
  - `cards` IdCardsApiCardReference[]
    - `id` integer — The unique identifier for the ID card.
    - `consumerRecordId` integer — The unique identifier for the associated consumer record.
    - `consumerId` integer — The unique identifier for the associated consumer.
    - `url` string — The URL for the QR code associated with the ID card.

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/revisions/fd2e31cf57dd/schema)
