Fleet Cars
Add cars
Add cars to the fleet. Maximum 50 cars can be added in a single request. It returns only the errors, if any. It returns HTTP 200 when car already exists.
POST
Add cars
Documentation Index
Fetch the complete documentation index at: https://developer.easyparkgroup.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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.
Previous
Remove cars
Remove cars from the fleet.
Maximum 50 cars can be removed in a single request.
It returns only the errors, if any.
Next
Add cars