update voice credentials for given department
update voice credentials for given department
Path Parameters
departmentUUID string required
voiceCredentialsUUID string required
application/json
Request Body required
accounstSid string
accountPassword string
brokerNumber string
useForOutgoingCommunication boolean
useForStickiness boolean
isHosted boolean
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...