v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBID 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
Example request
{
"name": "Sample Batch Name"
}Response
Successfully created an ID card batch.
Example response
{
"batchId": 12345,
"businessLocationId": 67890
}