Create a vehicle with a device
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
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
}
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 CodeError CodeDescription
-
400400
Bad Request response
-
401401
Unauthorized response
-
500500
Server Error response
Resource Summary |
|
Security |
None |
Content Type |
application/json |
Category |
Vehicles |
Name | Type | Description |
---|---|---|
category | string | the category of the vehicle |
deviceId | string | the id of the device to which the vehicle will be associated |
make | string | vehicle manufacturer |
model | string | the model of the vehicle |
vehicleId | string | the id of the vehicle |
year | string | the year of manufacture |
Name | Type | Description |
---|---|---|
vehicleId | string | the id of the vehicle |
device | string | the device to which the vehicle will be associated |
products | array | products the user is registered to |
make | string | vehicle manufacturer |
model | string | the model of the vehicle |
category | string | the category of the vehicle |
Working...