Skip to main content

Get common option key prompts for the list of dealers


ApiScope: manage.dealer.read
API Scope Level: MultiDealerScope
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.
  • ]
POST /v2/dealers/optionKeys/searches

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
isSelfAdmin — query
Body required
{
"dealerUuids": [
"string"
],
"validate": true,
"doNotValidate": true
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/dealers/optionKeys/searches' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuids": [
"string"
],
"validate": true,
"doNotValidate": true
}'