# 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. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Parameters #### Path parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. ## Body parameters Content-type: application/json - **name** (string) The name of the ID card batch. ## Responses ### 201: Successfully created an ID card batch. #### Body Parameters: application/json (object) - **batchId** (integer(int64)) The unique identifier for the ID card batch. - **name** (string) The name of the ID card batch. - **businessLocationId** (integer(int64)) The unique identifier for the business location this batch belongs to. [Powered by Bump.sh](https://bump.sh)