Skip to main content

bulkHandleForRequest

bulkHandleForRequest

Query Parameters
    bulkActivityType string required

    Possible values: [NO_ACTIVITY_DELEGATION, DOUBLE_OPTIN_ROLLOUT]

Request Body required
    dealerUUIDList string[]
    bulkActivityType string

    Possible values: [NO_ACTIVITY_DELEGATION, DOUBLE_OPTIN_ROLLOUT]

Responses

OK


Schema
    dealerBulkActivityResponseList object[]
  • Array [
  • dealerUUID string
    status string

    Possible values: [NOT_INITIATED, INITIATED, SOME_ERROR_OCCURRED, IN_PROGRESS, COMPLETED]

  • ]
  • errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...