Add device to vehicle
put
Add device to vehicle
Resource URL
https://api-sandbox.arity.com/registration/v2/devices/{deviceId}/vehicle/{vehicleId}
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
Access Token |
deviceId Id of the existing device null true
vehicleId Id of the existing vehicle null true
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 |
Devices |
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
deviceId | string | id of the device |
type | string | obdii device |
vehicleId | string | vehicle associated with the device. |
Working...