Global
Add cars
Adds one or more cars to the global allowlist by license number.
Returns HTTP 200 if all cars were added successfully, or HTTP 207 if one or more items
failed. Check the failures field for any cars that could not be added. Cars not present
in failures were successfully added.
POST
Add cars
Previous
Remove carsRemoves cars entirely, regardless of which features (Leasing, CameraPark Fleet, etc.) are enabled on them. If a car has multiple features enabled and you want to remove only one of them, use the PATCH endpoint instead with the features you want to keep.
Returns HTTP 200 if all cars were removed successfully, or HTTP 207 if one or more items
failed. Check the `failures` field for any cars that could not be removed. Cars not present
in `failures` were successfully removed.
Next
Add cars