Single Billing Account
Add cars to a Billing Account
Adds one or more cars to the billing account 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 to a Billing Account
Authorizations
You can get the JWT from the Login endpoint
Path Parameters
Billing account ID
Body
application/json
License numbers to add
Minimum array length:
1Response
All items processed successfully
Previous
Delete cars from a Billing AccountRemoves one or more cars from the billing account by license number.
Returns HTTP 200 if all cars were removed successfully, or HTTP 207 if one or more items
failed. The response contains a `failures` list — each entry includes the license number
and an error message for cars that could not be removed. Cars not present in `failures`
were successfully removed.
Next
Add cars to a Billing Account