v1

latestOpenAPI 3.1.02026-08-06911,228852.2 KB
ID Cards

Create an ID Card Batch

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

post/id-cards/v1/business-locations/{businessLocationId}/batches

Path parameters

businessLocationIdinteger required

The unique identifier for the business location.

Request body

namestring required

The name of the ID card batch.

Example request

{
  "name": "Sample Batch Name"
}

Response

Successfully created an ID card batch.

batchIdinteger

The unique identifier for the ID card batch.

namestring

The name of the ID card batch.

businessLocationIdinteger

The unique identifier for the business location this batch belongs to.

Example response

{
  "batchId": 12345,
  "businessLocationId": 67890
}