Get Batch Input Template
Gets a template of the input CSV for the Batch Service
Path parameters
batchServiceIdstring · uuidRequiredExample:
Identifier for the batch
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
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}/template HTTP/1.1
Host: api.tst.motorweb.app
Accept: */*
PLATE,STATE,VIN,CHASSIS
EXMPL4,TAS,EXAMPLEVIN4567890,EXAMPLECHASSIS4
Last updated