Create a vehicle with a device

post

Create a vehicle with a device

This endpoint allows you to create a vehicle with a device on the Arity platform.

Resource URL

https://api-sandbox.arity.com/registration/v2/vehicles/devices

Header Parameters


Name Values Description
Authorization
(required)

Access Token

Request Body

vehicleId: id of the vehicle

category: the category of the vehicle

make: the make of the vehicle

model: the model of the vehicle

deviceId: the id of the device

year: the year of manufacture

{
1
{
2
    "category": "",
3
    "deviceId": "",
4
    "make": "",
5
    "model": "",
6
    "vehicleId": "",
7
    "year": ""
8
}
 

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
deviceIdstringthe id of the device to which the vehicle will be associated
makestringvehicle manufacturer
modelstringthe model of the vehicle
vehicleIdstringthe id of the vehicle
yearstringthe 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
makestringvehicle manufacturer
modelstringthe model of the vehicle
categorystringthe category of the vehicle

Working...

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