Skip to main content

Get common option key prompts for the list of dealers

Get common option key prompts for the list of dealers

Query Parameters
    isSelfAdmin boolean
Request Body required
    dealerUuids string[]
    validate boolean
    doNotValidate boolean
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    optionKeyPrompts object[]
  • Array [
  • optionKey The unique key of the configuration.
    optionDescription The description of the configuration.
    configPromptType The type of the configuration value. For example - Date, Number, List etc.
    possibleValues The possible values of the configuration.
  • ]
Loading...