Provision a cloud phone number for given dealer and communication parties
Provision a cloud phone number for given dealer and communication parties
Path Parameters
dealerUUID string required
application/json
Request Body required
cloudPhoneNumberDTO object
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /admin/dealers/:dealerUUID/cloudPhoneNumbers
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/admin/dealers/:dealerUUID/cloudPhoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberDTO": {
"dealerUUID": "string",
"communicationCredentialsUsername": "string",
"brokerNumber": "string",
"communicatingParties": "string",
"voiceMode": "string",
"voiceAutoResponseURL": "string",
"textMode": "string",
"textAutoResponse": "string",
"useForOutgoingCommunication": true,
"useForStickiness": true,
"blacklistedOn": "2025-03-28T11:34:43.234Z",
"uuid": "string"
}
}'
python / requests
curl -L -X POST '/communications/admin/dealers/:dealerUUID/cloudPhoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberDTO": {
"dealerUUID": "string",
"communicationCredentialsUsername": "string",
"brokerNumber": "string",
"communicatingParties": "string",
"voiceMode": "string",
"voiceAutoResponseURL": "string",
"textMode": "string",
"textAutoResponse": "string",
"useForOutgoingCommunication": true,
"useForStickiness": true,
"blacklistedOn": "2025-03-28T11:34:43.234Z",
"uuid": "string"
}
}'
go / native
curl -L -X POST '/communications/admin/dealers/:dealerUUID/cloudPhoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberDTO": {
"dealerUUID": "string",
"communicationCredentialsUsername": "string",
"brokerNumber": "string",
"communicatingParties": "string",
"voiceMode": "string",
"voiceAutoResponseURL": "string",
"textMode": "string",
"textAutoResponse": "string",
"useForOutgoingCommunication": true,
"useForStickiness": true,
"blacklistedOn": "2025-03-28T11:34:43.234Z",
"uuid": "string"
}
}'
nodejs / axios
curl -L -X POST '/communications/admin/dealers/:dealerUUID/cloudPhoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberDTO": {
"dealerUUID": "string",
"communicationCredentialsUsername": "string",
"brokerNumber": "string",
"communicatingParties": "string",
"voiceMode": "string",
"voiceAutoResponseURL": "string",
"textMode": "string",
"textAutoResponse": "string",
"useForOutgoingCommunication": true,
"useForStickiness": true,
"blacklistedOn": "2025-03-28T11:34:43.234Z",
"uuid": "string"
}
}'
ruby / Net::HTTP
curl -L -X POST '/communications/admin/dealers/:dealerUUID/cloudPhoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberDTO": {
"dealerUUID": "string",
"communicationCredentialsUsername": "string",
"brokerNumber": "string",
"communicatingParties": "string",
"voiceMode": "string",
"voiceAutoResponseURL": "string",
"textMode": "string",
"textAutoResponse": "string",
"useForOutgoingCommunication": true,
"useForStickiness": true,
"blacklistedOn": "2025-03-28T11:34:43.234Z",
"uuid": "string"
}
}'
csharp / RestSharp
curl -L -X POST '/communications/admin/dealers/:dealerUUID/cloudPhoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberDTO": {
"dealerUUID": "string",
"communicationCredentialsUsername": "string",
"brokerNumber": "string",
"communicatingParties": "string",
"voiceMode": "string",
"voiceAutoResponseURL": "string",
"textMode": "string",
"textAutoResponse": "string",
"useForOutgoingCommunication": true,
"useForStickiness": true,
"blacklistedOn": "2025-03-28T11:34:43.234Z",
"uuid": "string"
}
}'
php / cURL
curl -L -X POST '/communications/admin/dealers/:dealerUUID/cloudPhoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberDTO": {
"dealerUUID": "string",
"communicationCredentialsUsername": "string",
"brokerNumber": "string",
"communicatingParties": "string",
"voiceMode": "string",
"voiceAutoResponseURL": "string",
"textMode": "string",
"textAutoResponse": "string",
"useForOutgoingCommunication": true,
"useForStickiness": true,
"blacklistedOn": "2025-03-28T11:34:43.234Z",
"uuid": "string"
}
}'
java / OkHttp
curl -L -X POST '/communications/admin/dealers/:dealerUUID/cloudPhoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberDTO": {
"dealerUUID": "string",
"communicationCredentialsUsername": "string",
"brokerNumber": "string",
"communicatingParties": "string",
"voiceMode": "string",
"voiceAutoResponseURL": "string",
"textMode": "string",
"textAutoResponse": "string",
"useForOutgoingCommunication": true,
"useForStickiness": true,
"blacklistedOn": "2025-03-28T11:34:43.234Z",
"uuid": "string"
}
}'
powershell / RestMethod
curl -L -X POST '/communications/admin/dealers/:dealerUUID/cloudPhoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberDTO": {
"dealerUUID": "string",
"communicationCredentialsUsername": "string",
"brokerNumber": "string",
"communicatingParties": "string",
"voiceMode": "string",
"voiceAutoResponseURL": "string",
"textMode": "string",
"textAutoResponse": "string",
"useForOutgoingCommunication": true,
"useForStickiness": true,
"blacklistedOn": "2025-03-28T11:34:43.234Z",
"uuid": "string"
}
}'