Create Phone from Template
This request adds a phone to the database based on the info in the template.
Resource
POST /phonetemplates/<OID>/create_phone
Parameters
Name | Type | Description |
---|---|---|
|
[String] |
Fill in the mac address when generating the phone |
Payload
None
Response
Object Response < XCCPhone > The created object.
Context
Authorization |
Administration |
Errors
Example
Request
POST https://xelion.nl/api/v1/master/phonetemplates/1689292/create_phone?mac_address=001565704E75
Response
{
"commonName": "Yealink_T22P (6)",
"oid": "1720393",
"objectType": "XCCPhone"
}