Create a cloud phone number type entry for given communication party
Create a cloud phone number type entry for given communication party
application/json
Request Body required
cloudPhoneNumberTypeDTO 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/cloudPhoneNumberTypes
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/admin/cloudPhoneNumberTypes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberTypeDTO": {
"communicatingParties": "string",
"communicatingPartiesDisplayTitle": "string",
"defaultVoiceMode": "string",
"defaultVoiceAutoResponseURL": "string",
"defaultTextMode": "string",
"defaultTextAutoResponse": "string",
"voiceWebhook": "string",
"voiceMethod": "string",
"textWebhook": "string",
"textMethod": "string",
"capabilities": "string",
"featureUUID": "string",
"menuOrder": 0,
"voiceAPI": "string"
}
}'
python / requests
curl -L -X POST '/communications/admin/cloudPhoneNumberTypes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberTypeDTO": {
"communicatingParties": "string",
"communicatingPartiesDisplayTitle": "string",
"defaultVoiceMode": "string",
"defaultVoiceAutoResponseURL": "string",
"defaultTextMode": "string",
"defaultTextAutoResponse": "string",
"voiceWebhook": "string",
"voiceMethod": "string",
"textWebhook": "string",
"textMethod": "string",
"capabilities": "string",
"featureUUID": "string",
"menuOrder": 0,
"voiceAPI": "string"
}
}'
go / native
curl -L -X POST '/communications/admin/cloudPhoneNumberTypes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberTypeDTO": {
"communicatingParties": "string",
"communicatingPartiesDisplayTitle": "string",
"defaultVoiceMode": "string",
"defaultVoiceAutoResponseURL": "string",
"defaultTextMode": "string",
"defaultTextAutoResponse": "string",
"voiceWebhook": "string",
"voiceMethod": "string",
"textWebhook": "string",
"textMethod": "string",
"capabilities": "string",
"featureUUID": "string",
"menuOrder": 0,
"voiceAPI": "string"
}
}'
nodejs / axios
curl -L -X POST '/communications/admin/cloudPhoneNumberTypes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberTypeDTO": {
"communicatingParties": "string",
"communicatingPartiesDisplayTitle": "string",
"defaultVoiceMode": "string",
"defaultVoiceAutoResponseURL": "string",
"defaultTextMode": "string",
"defaultTextAutoResponse": "string",
"voiceWebhook": "string",
"voiceMethod": "string",
"textWebhook": "string",
"textMethod": "string",
"capabilities": "string",
"featureUUID": "string",
"menuOrder": 0,
"voiceAPI": "string"
}
}'
ruby / Net::HTTP
curl -L -X POST '/communications/admin/cloudPhoneNumberTypes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberTypeDTO": {
"communicatingParties": "string",
"communicatingPartiesDisplayTitle": "string",
"defaultVoiceMode": "string",
"defaultVoiceAutoResponseURL": "string",
"defaultTextMode": "string",
"defaultTextAutoResponse": "string",
"voiceWebhook": "string",
"voiceMethod": "string",
"textWebhook": "string",
"textMethod": "string",
"capabilities": "string",
"featureUUID": "string",
"menuOrder": 0,
"voiceAPI": "string"
}
}'
csharp / RestSharp
curl -L -X POST '/communications/admin/cloudPhoneNumberTypes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberTypeDTO": {
"communicatingParties": "string",
"communicatingPartiesDisplayTitle": "string",
"defaultVoiceMode": "string",
"defaultVoiceAutoResponseURL": "string",
"defaultTextMode": "string",
"defaultTextAutoResponse": "string",
"voiceWebhook": "string",
"voiceMethod": "string",
"textWebhook": "string",
"textMethod": "string",
"capabilities": "string",
"featureUUID": "string",
"menuOrder": 0,
"voiceAPI": "string"
}
}'
php / cURL
curl -L -X POST '/communications/admin/cloudPhoneNumberTypes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberTypeDTO": {
"communicatingParties": "string",
"communicatingPartiesDisplayTitle": "string",
"defaultVoiceMode": "string",
"defaultVoiceAutoResponseURL": "string",
"defaultTextMode": "string",
"defaultTextAutoResponse": "string",
"voiceWebhook": "string",
"voiceMethod": "string",
"textWebhook": "string",
"textMethod": "string",
"capabilities": "string",
"featureUUID": "string",
"menuOrder": 0,
"voiceAPI": "string"
}
}'
java / OkHttp
curl -L -X POST '/communications/admin/cloudPhoneNumberTypes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberTypeDTO": {
"communicatingParties": "string",
"communicatingPartiesDisplayTitle": "string",
"defaultVoiceMode": "string",
"defaultVoiceAutoResponseURL": "string",
"defaultTextMode": "string",
"defaultTextAutoResponse": "string",
"voiceWebhook": "string",
"voiceMethod": "string",
"textWebhook": "string",
"textMethod": "string",
"capabilities": "string",
"featureUUID": "string",
"menuOrder": 0,
"voiceAPI": "string"
}
}'
powershell / RestMethod
curl -L -X POST '/communications/admin/cloudPhoneNumberTypes' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"cloudPhoneNumberTypeDTO": {
"communicatingParties": "string",
"communicatingPartiesDisplayTitle": "string",
"defaultVoiceMode": "string",
"defaultVoiceAutoResponseURL": "string",
"defaultTextMode": "string",
"defaultTextAutoResponse": "string",
"voiceWebhook": "string",
"voiceMethod": "string",
"textWebhook": "string",
"textMethod": "string",
"capabilities": "string",
"featureUUID": "string",
"menuOrder": 0,
"voiceAPI": "string"
}
}'