Replace Device With a New Device
put
Replace Device With a New Device
Resource URL
https://api-sandbox.arity.com/registration/v2/devices/{deviceId}
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
Access Token |
Request Body
{
{
"effectiveDate": "",
"newDeviceId": ""
}
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 |
---|---|---|
effectiveDate | string | the date you want the new device to be active and the old one to be inactive |
newDeviceId | string | the id of your new device |
Name | Type | Description |
---|---|---|
deviceId | string | id of the new device |
type | string | mobile, because non-mobile device cannot be added to user |
Working...