Transfer phone numbers of dealers to one subaccount belonging to the passed department and update voiceCredentials
Transfer phone numbers of dealers to one subaccount belonging to the passed department and update voiceCredentials
Path Parameters
dealerUUID string required
application/json
Request Body required
dealerUUIDList string[]
departmentTypeOfSubaccountToUseAsPrimary string
Possible values: [SERVICE
, PARTS
, SALES
, ADMIN
, BILLING
, FINANCE
, LOANER
, TESTING
, MANAGEMENT
]
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
dealerPhoneTransferResponseMap object
property name* string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"dealerPhoneTransferResponseMap": {},
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...