Skip to main content

updateVoiceURL

updateVoiceURL

Request Body required
    dealerIDList int64[]
    url string
    operationType string
Responses

OK


Schema
    dealerIDsUpdated int64[]
    dealerIdsFailed object[]
  • Array [
  • dealerId int64
    departmentsFailed object[]
  • Array [
  • failureReason string
    dealerDepartmentId int64
    accountSid string
    brokerNumber string
  • ]
  • ]
  • dealerIdSuccessfullyProcessed int64[]
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /twilio/voiceurl

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
Body required
{
"dealerIDList": [
0
],
"url": "string",
"operationType": "string"
}
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"
}'