Update phone
This request changes phone attributes.
Resource
PATCH /phones/<OID>
Where OID
is the oid of the phone
Parameters
None
Payload
Fields
XCCLicensedPhone (xccphone and xcclicensedphone) | |
---|---|
Name |
|
active |
|
hotDeskingEnabled |
|
doNotDisturb |
|
commonName |
|
user |
|
userName |
|
password |
|
location |
|
allowPeerToPeer |
|
customProvisioningOptions |
|
snmpId |
|
XCCPhone | |
---|---|
Name |
|
twinningActive |
|
noAutoDialTwinnedPhone |
|
dontDialIfTwinned |
|
keepAlive |
|
provisioningNr |
|
screenDisplayName |
|
ipuiNr |
|
activateAutoAnswer |
|
provisioninginfo |
|
XCCExternalPhone | |
---|---|
Name |
|
phoneNumber |
|
twinnedPhoneNumber |
|
phoneId |
|
pushServiceRegistrationId |
|
notifyChat |
|
notifyIncommingCalls |
|
forwardCalls |
|
forwardingDestination |
|
callStrategy |
|
Response
None
Context
Authorization |
User |
Errors
Example
Request
PATCH https://xelion.nl/api/v1/master/phones/1627410
Payload
{
"operations": [
{
"op": "replace",
"path": "/screenDisplayName",
"value": "Haas"
}
]
}