bulkHandleForRequest
bulkHandleForRequest
Query Parameters
bulkActivityType string required
Possible values: [NO_ACTIVITY_DELEGATION, DOUBLE_OPTIN_ROLLOUT]
application/json
Request Body required
dealerUUIDList string[]
bulkActivityType string
Possible values: [NO_ACTIVITY_DELEGATION, DOUBLE_OPTIN_ROLLOUT]
Responses
- 200
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 - Array [
 - ]
 
dealerBulkActivityResponseList object[]
dealerUUID string
status string
Possible values: [NOT_INITIATED, INITIATED, SOME_ERROR_OCCURRED, IN_PROGRESS, COMPLETED]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
  "dealerBulkActivityResponseList": [
    {
      "dealerUUID": "string",
      "status": "NOT_INITIATED"
    }
  ],
  "errors": [
    {
      "errorCode": "string",
      "errorDescription": "string",
      "errorUID": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Loading...