updateVoiceURL
updateVoiceURL
application/json
Request Body required
dealerIDList int64[]
url string
operationType string
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
dealerIDsUpdated int64[]
dealerIdsFailed object[]
dealerIdSuccessfullyProcessed int64[]
errors object[]
warnings object[]
{
"dealerIDsUpdated": [
0
],
"dealerIdsFailed": [
{
"dealerId": 0,
"departmentsFailed": [
{
"failureReason": "string",
"dealerDepartmentId": 0,
"accountSid": "string",
"brokerNumber": "string"
}
]
}
],
"dealerIdSuccessfullyProcessed": [
0
],
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /twilio/voiceurl
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/twilio/voiceurl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIDList": [
0
],
"url": "string",
"operationType": "string"
}'
python / requests
curl -L -X POST '/communications/twilio/voiceurl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIDList": [
0
],
"url": "string",
"operationType": "string"
}'
go / native
curl -L -X POST '/communications/twilio/voiceurl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIDList": [
0
],
"url": "string",
"operationType": "string"
}'
nodejs / axios
curl -L -X POST '/communications/twilio/voiceurl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIDList": [
0
],
"url": "string",
"operationType": "string"
}'
ruby / Net::HTTP
curl -L -X POST '/communications/twilio/voiceurl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIDList": [
0
],
"url": "string",
"operationType": "string"
}'
csharp / RestSharp
curl -L -X POST '/communications/twilio/voiceurl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIDList": [
0
],
"url": "string",
"operationType": "string"
}'
php / cURL
curl -L -X POST '/communications/twilio/voiceurl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIDList": [
0
],
"url": "string",
"operationType": "string"
}'
java / OkHttp
curl -L -X POST '/communications/twilio/voiceurl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIDList": [
0
],
"url": "string",
"operationType": "string"
}'
powershell / RestMethod
curl -L -X POST '/communications/twilio/voiceurl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIDList": [
0
],
"url": "string",
"operationType": "string"
}'