Skip to main content
POST
Add cars

Authorizations

Authorization
string
header
required

You can get the JWT from the Login endpoint.

Body

application/json

List of cars to add as array of objects where each object contains a licenseNumber key with a string value.

licenseNumber
string | null

Response

default - */*

List of failed license numbers with error messages

error
string
required

Error message

licenseNumber
string | null