Update Device Status to Active/Inactive
put
Update Device Status to Active/Inactive
Resource URL
https://api-sandbox.arity.com/registration/v2/devices/{deviceId}/status
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
Access Token |
Request Body
{
{
"status": ""
}
deviceId Id of device whose status to return 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 |
---|---|---|
status | string | status of the vehicle, either active or suspended |
Name | Type | Description |
---|---|---|
deviceId | string | the device for wich change the status |
status | string | status of the vehicle, either active or suspended® |
Working...