Add cars

Add cars to the fleet. It returns only the errors, if any.

Securityjwt
Request
Request Body schema: application/json

List of cars to add

Array
licenseNumber
string
Responses
default

List of failed license numbers with error messages

post/fleets/default/cars
Request samples
application/json
[
  • {
    • "licenseNumber": "string"
    }
]