Get voice credentials for given dealer
Get voice credentials for given dealer
Path Parameters
dealerUUID string required
Responses
- 200
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 - Array [
 - ]
 - Array [
 - ]
 
dealerVoiceCredentialsMap object
property name* VoiceCredentialsResponse
brokerNumber string
dealerSubaccountUsername string
dealerSubaccountPassword string
departmentUUID string
dealerUUID string
useForOutgoingCommunication boolean
useForStickiness boolean
isHosted boolean
uuid string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
  "dealerVoiceCredentialsMap": {},
  "errors": [
    {
      "errorCode": "string",
      "errorDescription": "string",
      "errorUID": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Loading...