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
dealerPhoneTransferResponseMap object
errors object[]
warnings object[]
{
"dealerPhoneTransferResponseMap": {},
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /dealers/:dealerUUID/transfer/phoneNumbers
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/transfer/phoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDList": [
"string"
],
"departmentTypeOfSubaccountToUseAsPrimary": "SERVICE"
}'
python / requests
curl -L -X POST '/communications/dealers/:dealerUUID/transfer/phoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDList": [
"string"
],
"departmentTypeOfSubaccountToUseAsPrimary": "SERVICE"
}'
go / native
curl -L -X POST '/communications/dealers/:dealerUUID/transfer/phoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDList": [
"string"
],
"departmentTypeOfSubaccountToUseAsPrimary": "SERVICE"
}'
nodejs / axios
curl -L -X POST '/communications/dealers/:dealerUUID/transfer/phoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDList": [
"string"
],
"departmentTypeOfSubaccountToUseAsPrimary": "SERVICE"
}'
ruby / Net::HTTP
curl -L -X POST '/communications/dealers/:dealerUUID/transfer/phoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDList": [
"string"
],
"departmentTypeOfSubaccountToUseAsPrimary": "SERVICE"
}'
csharp / RestSharp
curl -L -X POST '/communications/dealers/:dealerUUID/transfer/phoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDList": [
"string"
],
"departmentTypeOfSubaccountToUseAsPrimary": "SERVICE"
}'
php / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/transfer/phoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDList": [
"string"
],
"departmentTypeOfSubaccountToUseAsPrimary": "SERVICE"
}'
java / OkHttp
curl -L -X POST '/communications/dealers/:dealerUUID/transfer/phoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDList": [
"string"
],
"departmentTypeOfSubaccountToUseAsPrimary": "SERVICE"
}'
powershell / RestMethod
curl -L -X POST '/communications/dealers/:dealerUUID/transfer/phoneNumbers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDList": [
"string"
],
"departmentTypeOfSubaccountToUseAsPrimary": "SERVICE"
}'