Create SpeedDial
This request adds a speeddial to the database.
Resource
POST /speeddials
Parameters
Payload
Response
Object Response < XCCSpeedDial > The created object.
Context
Authorization |
Administration |
Errors
Example
Request
POST https://xelion.nl/api/v1/master/speeddials
Payload
{
"active":true,
"code": "900",
"id": "HotDeskingAndTwinningExclusive",
"message": "Exclusieve hotdesking",
"objectType": "XCCSpeedDial",
"properties": [
{
"name": "Phone",
"value": "",
"objectType": "XCCSpeedDialProperty"
}
]
}