Batch Delegate for multiple dealers for which autoDelegation is turned ON
Batch Delegate for multiple dealers for which autoDelegation is turned ON
Path Parameters
dealerUUID string required
application/json
Request Body required
delegator string
Possible values: [DEALER_ASSOCIATE
, AUTO_DELEGATION
, OUT_OF_OFFICE_TURN_OFF
, OUT_OF_OFFICE_START
, ADMIN_TOOL
, OTHER
, BULK_AUTO_DELEGATE
, BULK_AUTO_DELEGATE_FOR_ALL_DEALER
, ADMIN_TOOL_USER_DELEGATION
, AUTOMATIC_DELEGATION
]
fromDate string
toDate string
applyRuleToCheckForOutgoingCommExistsForDA boolean
logInMongo boolean
dealerUUIDList string[]
batchSize int64
delegationHistoryExists boolean
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /dealers/:dealerUUID/auto-delegate
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/auto-delegate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"delegator": "DEALER_ASSOCIATE",
"fromDate": "string",
"toDate": "string",
"applyRuleToCheckForOutgoingCommExistsForDA": true,
"logInMongo": true,
"dealerUUIDList": [
"string"
],
"batchSize": 0,
"delegationHistoryExists": true
}'
python / requests
curl -L -X POST '/communications/dealers/:dealerUUID/auto-delegate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"delegator": "DEALER_ASSOCIATE",
"fromDate": "string",
"toDate": "string",
"applyRuleToCheckForOutgoingCommExistsForDA": true,
"logInMongo": true,
"dealerUUIDList": [
"string"
],
"batchSize": 0,
"delegationHistoryExists": true
}'
go / native
curl -L -X POST '/communications/dealers/:dealerUUID/auto-delegate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"delegator": "DEALER_ASSOCIATE",
"fromDate": "string",
"toDate": "string",
"applyRuleToCheckForOutgoingCommExistsForDA": true,
"logInMongo": true,
"dealerUUIDList": [
"string"
],
"batchSize": 0,
"delegationHistoryExists": true
}'
nodejs / axios
curl -L -X POST '/communications/dealers/:dealerUUID/auto-delegate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"delegator": "DEALER_ASSOCIATE",
"fromDate": "string",
"toDate": "string",
"applyRuleToCheckForOutgoingCommExistsForDA": true,
"logInMongo": true,
"dealerUUIDList": [
"string"
],
"batchSize": 0,
"delegationHistoryExists": true
}'
ruby / Net::HTTP
curl -L -X POST '/communications/dealers/:dealerUUID/auto-delegate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"delegator": "DEALER_ASSOCIATE",
"fromDate": "string",
"toDate": "string",
"applyRuleToCheckForOutgoingCommExistsForDA": true,
"logInMongo": true,
"dealerUUIDList": [
"string"
],
"batchSize": 0,
"delegationHistoryExists": true
}'
csharp / RestSharp
curl -L -X POST '/communications/dealers/:dealerUUID/auto-delegate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"delegator": "DEALER_ASSOCIATE",
"fromDate": "string",
"toDate": "string",
"applyRuleToCheckForOutgoingCommExistsForDA": true,
"logInMongo": true,
"dealerUUIDList": [
"string"
],
"batchSize": 0,
"delegationHistoryExists": true
}'
php / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/auto-delegate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"delegator": "DEALER_ASSOCIATE",
"fromDate": "string",
"toDate": "string",
"applyRuleToCheckForOutgoingCommExistsForDA": true,
"logInMongo": true,
"dealerUUIDList": [
"string"
],
"batchSize": 0,
"delegationHistoryExists": true
}'
java / OkHttp
curl -L -X POST '/communications/dealers/:dealerUUID/auto-delegate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"delegator": "DEALER_ASSOCIATE",
"fromDate": "string",
"toDate": "string",
"applyRuleToCheckForOutgoingCommExistsForDA": true,
"logInMongo": true,
"dealerUUIDList": [
"string"
],
"batchSize": 0,
"delegationHistoryExists": true
}'
powershell / RestMethod
curl -L -X POST '/communications/dealers/:dealerUUID/auto-delegate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"delegator": "DEALER_ASSOCIATE",
"fromDate": "string",
"toDate": "string",
"applyRuleToCheckForOutgoingCommExistsForDA": true,
"logInMongo": true,
"dealerUUIDList": [
"string"
],
"batchSize": 0,
"delegationHistoryExists": true
}'