Get Information about a specific Batch

Get Customer Batches

get

Retrieves information about a specific batch

Path parameters
batchIdstring · uuidRequired

Identifier for the batch

Example: c87e2a4a-5169-4726-b078-7e9538ae28cd
Responses
200

Information for a given batch

application/json
get
GET /batch/v1/batches/{batchId} HTTP/1.1
Host: api.tst.motorweb.app
Accept: */*
{
  "batchId": "c87e2a4a-5169-4726-b078-7e9538ae28cd",
  "userBatchRef": "customer_vehicle_registration_statuses-sep_2022",
  "createdDatetime": "2022-09-14T23:19:00Z",
  "requestedDatetime": "2022-09-16T23:19:00Z",
  "rowsInBatch": 1000,
  "rowsProcessed": 989,
  "validationErrors": 8,
  "processingErrors": 3,
  "batchService": "VEHICLE_ID_WOVR",
  "batchServiceName": "Vehicle ID WOVR Batch",
  "status": "COMPLETE"
}

Last updated