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
- Array [
- ]
- Array [
- ]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...