updateVoiceURL
updateVoiceURL
application/json
Request Body required
dealerIDList int64[]
url string
operationType string
Responses
- 200
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - Array [
 - ]
 - ]
 - Array [
 - ]
 - Array [
 - ]
 
dealerIDsUpdated int64[]
dealerIdsFailed object[]
dealerId int64
departmentsFailed object[]
failureReason string
dealerDepartmentId int64
accountSid string
brokerNumber string
dealerIdSuccessfullyProcessed int64[]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
  "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"
    }
  ]
}
Loading...