insert new voice credentials for given department
insert new voice credentials for given department
Path Parameters
departmentUUID 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 [
- ]
brokerNumber string
dealerSubaccountUsername string
dealerSubaccountPassword string
departmentUUID string
dealerUUID string
useForOutgoingCommunication boolean
useForStickiness boolean
isHosted boolean
uuid string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"brokerNumber": "string",
"dealerSubaccountUsername": "string",
"dealerSubaccountPassword": "string",
"departmentUUID": "string",
"dealerUUID": "string",
"useForOutgoingCommunication": true,
"useForStickiness": true,
"isHosted": true,
"uuid": "string",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...