Create a New Batch

Create a new Customer Batch

post
/v1/batches

Creates a new new batch. Called by frontend when the user is submitting a batch request.

Body
batchServiceIdstring · uuidRequired

The id of the batch service to use

Example: 8600aa22-e4bf-4fe3-96be-7978832807a0
userBatchReferencestring · min: 1 · max: 255Required

A user supplied reference for the batch

Example: customer_vehicle_registration_statuses-sep_2022
emailstring · emailOptional

The designated email for recieving batch status updates

Example: john.smith@company.co.nz
scheduledDateanyOptional

A user supplied date to begin processing

Example: 2023-01-01T00:00:00Z
Responses
chevron-right
201

Response after a batch is created

application/json
post
/v1/batches

Last updated