curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//phonetemplates/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneconfiguration-description": "string",
"phoneconfiguration-sidecars": [
{
"phoneconfiguration-brand": "string",
"phoneconfiguration-model": "string"
}
],
"phoneconfiguration-extra": {
"dynamic": "string"
},
"phoneconfiguration-directory": {
"group": "All",
"group-type": "Standard",
"sort": "Extension",
"order": "asc",
"exclusions": [
{
"id": "user@domain",
"type": "onnet"
}
]
},
"phoneconfiguration-buttons": [
{
"phoneconfiguration-button-order": 0,
"phoneconfiguration-button-type": "string",
"phoneconfiguration-button-feature": "string",
"phoneconfiguration-button-target": "string",
"phoneconfiguration-button-label": "string",
"phoneconfiguration-button-locked": 0,
"phoneconfiguration-extra": {
"timeframe": "string",
"targetUser": "string",
"dynamic": true
}
}
]
}'