Devices
Update Device Emergency Info
Updates account device emergency information.
put/restapi/v1.0/account/{accountId}/device/{deviceId}/emergency
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
deviceIdstring required
Internal identifier of a device
Request body
Response
Updated emergency information of a device
Example response
{
"shipping": {
"status": "Shipped"
}
}