Set external concierge number
Set external concierge number and feature status. If enabled - device will call to this number instead of system default number. For simultaneous call set queue_timeout = 0, for sequential call set queue_timeout in allowed range. Sequential call is only available for internal protocol.
- application/json
Request Body required
- enable boolean
- sip_uri sip uri
SIP URI concierge number, P2P or SIP call available
- queue_timeout integer
Possible values:
>= 5
and<= 45
timeout for switching to the next number, 0 - simultaneous call
- 200
- 400
- 401
OK
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error object
code stringPossible values: [
invalid_authentification
,permission_denied
,not_valid
,system_error
]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param string
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
Please log in
- application/json
- Schema
- Example (from schema)
- Example
Schema
error object
code stringPossible values: [
invalid_authentification
,permission_denied
,not_valid
,system_error
]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param string
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
{
"error": {
"code": "invalid_authentification",
"message": "Log In"
}
}