Skip to main content

Update or Create DealerSetupOption for given OptionKey and Dealer. OptionKey should be provided as a path parameter.

Update or Create DealerSetupOption for given OptionKey and Dealer. OptionKey should be provided as a path parameter.

Path Parameters
    ServiceSubscriberDealer string required
    optionKey string required
Request Body required
    optionKey string
    optionValue string
    validate boolean
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
Loading...