Get Details About a Batch Service

Get batch service

get

Get a batch service

Path parameters
batchServiceIdstring · uuidRequired

Identifier for the batch service

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

Batch service information response

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