Get Batch Input Template

Get Batch Service Input Template

get

Gets a template of the input CSV for the Batch Service

Path parameters
batchServiceIdstring · uuidRequired

Identifier for the batch

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

Input template for Batch Service

application/octet-stream
Responsestring · binaryExample: PLATE,STATE,VIN,CHASSIS EXMPL4,TAS,EXAMPLEVIN4567890,EXAMPLECHASSIS4
get
GET /batch/v1/batch-services/{batchServiceId}/template HTTP/1.1
Host: api.tst.motorweb.app
Accept: */*
PLATE,STATE,VIN,CHASSIS
EXMPL4,TAS,EXAMPLEVIN4567890,EXAMPLECHASSIS4

Last updated