List Available Batch Services
Gets batch service list
Query parameters
countrystring · enumOptionalExample:
The country of the batch service
AU
Possible values: Responses
200
Batch service information list
application/json
500
Unknown error on the service side
application/json
get
GET /batch/v1/batch-services HTTP/1.1
Host: api.tst.motorweb.app
Accept: */*
{
"batchServiceInfo": [
{
"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