Update a Vehicle

put

Update a Vehicle

This endpoint allows you to update a vehicle on the Arity platform.

Resource URL

https://api-sandbox.arity.com/registration/v2/vehicle/{vehicleId}

Header Parameters


Name Values Description
Authorization
(required)

Access Token

Request Body

category: the category of the vehicle

make: the make of the vehicle

model: the model of the vehicle

status: the status of the vehicle, either active or suspended

vehicleEffectiveEndDate: the date from which the vehcile will be inactive. format is yyyy-mm-dd

year: the year of manufacture

{
1
{
2
    "category": "",
3
    "make": "",
4
    "model": "",
5
    "status": "",
6
    "vehicleEffectiveEndDate": "",
7
    "year": 0
8
}
 

vehicleId id of the vehicle null true

HTTP Basic

OAuth 2.0

API Key

Reset

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Response Error Details

  • HTTP Code
    Error Code
    Description
  • 400
    400

    Bad Request response

  • 401
    401

    Unauthorized response

  • 500
    500

    Server Error response

Resource Summary

Security

None

Content Type

application/json

Category

Vehicles

Name Type Description
categorystringthe category of the vehicle
makestringvehicle manufacturer
modelstringthe model of the vehicle
statusstringstatus of the vehicle, either active or suspended
vehicleEffectiveEndDatestringthe date from which the vehcile will be inactive. format is yyyy-mm-dd
yearintegerthe year of manufacture
Name Type Description
vehicleIdstringthe id of the vehicle
devicestringthe device to which the vehicle will be associated
productsarrayproducts the user is registered to
categorystringthe category of the vehicle
makestringvehicle manufacturer
modelstringthe model of the vehicle
statusstringstatus of the vehicle, either active or suspended
vehicleEffectiveEndDatestringthe date from which the vehcile will be inactive. format is yyyy-mm-dd
vinstringthe vin of the vehicle
yearstringthe year of manufacture of the vehicle

Working...

© 2019 Arity, LLC. All rights reserved.  | Privacy Policy | Terms of Use | Legacy APIs