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

# Create an ID Card Batch

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

Creates a new batch of ID cards for a specific business location.

## Path parameters

- `businessLocationId` integer, required

## Request body

- IdCardsApiCreateIdCardBatchRequest
  - `name` string, required — The name of the ID card batch.

## Response `201`

Successfully created an ID card batch.

- IdCardsApiIdCardBatch
  - `batchId` integer — The unique identifier for the ID card batch.
  - `name` string — The name of the ID card batch.
  - `businessLocationId` integer — The unique identifier for the business location this batch belongs to.

---

[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/81c537153037/schema)
