Create Phone
This request adds a phone account to the database.
Resource
POST /phones
Parameters
Payload
A sub-class of Licensed Phone. The object type must be specified.
Response
A sub-class of Object Response < Licensed Phone > The created object.
Context
Authorization |
Administration |
Errors
Example
Request
POST https://xelion.nl/api/v1/master/phones
Payload
{
"commonName":"HELP",
"userName": "_haasJHenk",
"password": "rAnyTfu29I8PRdlS",
"twinningActive": false,
"noAutoDialTwinnedPhone": false,
"dontDIalIfTwinned": false,
"keepAlive": false,
"isRegistered": true,
"allowPeerToPeer": true,
"provisioningNr": 1,
"screenDisplayName": "haastfra",
"ipuiNr": "2849239ACDEF",
"customSipOptions": "help2",
"snmpId": 0,
"active": false,
"objectType": "XCCPhone"
}