Request class for bulk create card REST endpoint
The unique ID of the card product linked to the card.
The number of cards to be created
Name embossed on card. This name will be applied to every card created.
The image ID used for every card created.
Address.
The delivery method for every card created.
{ "cardProduct": 123456, "quantity": 50 }
Accepted
Response object from bulk create card method
Batch request Id / identity field value from [dbo].[Cardgen_RequestCMS] table.
{ "id": 123456 }