Devices
Update Device
Updates account device(s) by their ID(s).
put/restapi/v1.0/account/{accountId}/device/{deviceId}
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
Query parameters
prestatementboolean
Request body
Response
Updated device(s) information
Example response
{
"shipping": {
"status": "Shipped"
}
}