Add vehicles to your customer account
POST {{baseUrl}}/v1/accounts/vehicles
This endpoint adds a list of vehicles to your customer account. The limit of vehicles per request is 10000
Request Body
{"0"=>{"vin"=>"WDD00000000000000"}, "1"=>{"vin"=>"WDD00000000000000"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
""