Create DealerAssociate Group
ApiScope: manage.dealerassociate.group
API Scope Level: DepartmentScope
Path Parameters
ServiceSubscriberDepartment string required
application/json
Request Body required
name Name of the DA Group/Team
dealerAssociateUuids DA UUIDs of DA which are member of this DA Group/Team[] deprecated
dealerAssociateIdentifiers object[]
groupPhoneNumber DA Group/Team phone number
defaultDealerAssociateUuid This is the UUID of the DA which is the default DA for this Group/Team
defaultDealerAssociateIdentifier object
purposeKeys Keys of the DA Group Purpose Types/Categories which are mapped to this Group/Team[]
authorities object[]
enableGroupThreadOwnership DA Group/Team will own thread, not its members
valid boolean
defaultCommunicationDealerAssociateGroup boolean
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
uuid string
virtualDealerAssociateUuid string
virtualDealerAssociateUserUuid string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"uuid": "string",
"virtualDealerAssociateUuid": "string",
"virtualDealerAssociateUserUuid": "string"
}
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
uuid string
virtualDealerAssociateUuid string
virtualDealerAssociateUserUuid string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"uuid": "string",
"virtualDealerAssociateUuid": "string",
"virtualDealerAssociateUserUuid": "string"
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
POST /v2/department/:ServiceSubscriberDepartment/dealerAssociateGroup
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/dealerAssociateGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"name": "string",
"dealerAssociateIdentifiers": [
{
"userUUID": "string",
"departmentUUID": "string"
}
],
"groupPhoneNumber": "string",
"defaultDealerAssociateUuid": "string",
"defaultDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"purposeKeys": [
"string"
],
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"enableGroupThreadOwnership": true,
"valid": true,
"defaultCommunicationDealerAssociateGroup": true
}'
python / requests
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/dealerAssociateGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"name": "string",
"dealerAssociateIdentifiers": [
{
"userUUID": "string",
"departmentUUID": "string"
}
],
"groupPhoneNumber": "string",
"defaultDealerAssociateUuid": "string",
"defaultDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"purposeKeys": [
"string"
],
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"enableGroupThreadOwnership": true,
"valid": true,
"defaultCommunicationDealerAssociateGroup": true
}'
go / native
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/dealerAssociateGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"name": "string",
"dealerAssociateIdentifiers": [
{
"userUUID": "string",
"departmentUUID": "string"
}
],
"groupPhoneNumber": "string",
"defaultDealerAssociateUuid": "string",
"defaultDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"purposeKeys": [
"string"
],
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"enableGroupThreadOwnership": true,
"valid": true,
"defaultCommunicationDealerAssociateGroup": true
}'
nodejs / axios
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/dealerAssociateGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"name": "string",
"dealerAssociateIdentifiers": [
{
"userUUID": "string",
"departmentUUID": "string"
}
],
"groupPhoneNumber": "string",
"defaultDealerAssociateUuid": "string",
"defaultDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"purposeKeys": [
"string"
],
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"enableGroupThreadOwnership": true,
"valid": true,
"defaultCommunicationDealerAssociateGroup": true
}'
ruby / Net::HTTP
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/dealerAssociateGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"name": "string",
"dealerAssociateIdentifiers": [
{
"userUUID": "string",
"departmentUUID": "string"
}
],
"groupPhoneNumber": "string",
"defaultDealerAssociateUuid": "string",
"defaultDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"purposeKeys": [
"string"
],
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"enableGroupThreadOwnership": true,
"valid": true,
"defaultCommunicationDealerAssociateGroup": true
}'
csharp / RestSharp
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/dealerAssociateGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"name": "string",
"dealerAssociateIdentifiers": [
{
"userUUID": "string",
"departmentUUID": "string"
}
],
"groupPhoneNumber": "string",
"defaultDealerAssociateUuid": "string",
"defaultDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"purposeKeys": [
"string"
],
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"enableGroupThreadOwnership": true,
"valid": true,
"defaultCommunicationDealerAssociateGroup": true
}'
php / cURL
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/dealerAssociateGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"name": "string",
"dealerAssociateIdentifiers": [
{
"userUUID": "string",
"departmentUUID": "string"
}
],
"groupPhoneNumber": "string",
"defaultDealerAssociateUuid": "string",
"defaultDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"purposeKeys": [
"string"
],
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"enableGroupThreadOwnership": true,
"valid": true,
"defaultCommunicationDealerAssociateGroup": true
}'
java / OkHttp
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/dealerAssociateGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"name": "string",
"dealerAssociateIdentifiers": [
{
"userUUID": "string",
"departmentUUID": "string"
}
],
"groupPhoneNumber": "string",
"defaultDealerAssociateUuid": "string",
"defaultDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"purposeKeys": [
"string"
],
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"enableGroupThreadOwnership": true,
"valid": true,
"defaultCommunicationDealerAssociateGroup": true
}'
powershell / RestMethod
curl -L -X POST '/manage/v2/department/:ServiceSubscriberDepartment/dealerAssociateGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"name": "string",
"dealerAssociateIdentifiers": [
{
"userUUID": "string",
"departmentUUID": "string"
}
],
"groupPhoneNumber": "string",
"defaultDealerAssociateUuid": "string",
"defaultDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"purposeKeys": [
"string"
],
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"enableGroupThreadOwnership": true,
"valid": true,
"defaultCommunicationDealerAssociateGroup": true
}'