Get Details About a Batch Service
Get a batch service
Path parameters
batchServiceIdstring · uuidRequiredExample:
Identifier for the batch service
c87e2a4a-5169-4726-b078-7e9538ae28cd
Responses
200
Batch service information response
application/json
400
Bad Request / Validation Failed
application/json
404
Resource for id cannot be found
application/json
500
Unknown error on the service side
application/json
get
GET /batch/v1/batch-services/{batchServiceId} HTTP/1.1
Host: api.tst.motorweb.app
Accept: */*
{
"batchServiceId": "c87e2a4a-5169-4726-b078-7e9538ae28cd",
"name": "Vehicle ID WOVR",
"description": "The WOVR batch returns information from the Written-Off Vehicles Register for each plate.",
"country": "AU"
}
Last updated