Get Information about a specific Batch
Retrieves information about a specific batch
Path parameters
batchIdstring · uuidRequiredExample:
Identifier for the batch
c87e2a4a-5169-4726-b078-7e9538ae28cd
Responses
200
Information for a given batch
application/json
404
Resource for id cannot be found
application/json
500
Unknown error on the service side
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