Skip to main content

Reactivate a vehicle

PUT 

/api/vehicles/activate/:vehicleId

Reactivate a vehicle of the user. This method should be used to reinstate a vehicle on a policy This method does not check if the vehicle is already active. If the license or vin on the vehicle have already been reused on a different vehicle this method will return an error.

Request

Path Parameters

    vehicleId stringrequired

Header Parameters

    partnerId stringrequired

    Partner Id

    clientId stringrequired

    Client Id

    clientSecret stringrequired

    Client Secret

Responses

The reactivated vehicle object.

Schema

    id string

    Id of the vehicle

    license string

    License plate number

    photoUrl string

    Photo of Vehicle

    make string

    Make of the vehicle

    model string

    Model of the vehicle

    vin string

    VIN of the vehicle.

    state string

    2 Letter State Code (eg. AL, CA, CO etc.)

    year string

    Year vehicle was built.

    dateAdded string

    Time at which vehicle was added to the system

    updated string

    Last updated timestamp

    userId string

    User id of the owner

    customerPhoneNumber string

    Phone number of the owner

    active boolean
Loading...