Skip to main content

Update or Create DealerSetupOptions for list of Dealers.


ApiScope: manage.dealer.write
API Scope Level: MultiDealerScope
Request Body required
    dealerUuidAndUpdateDealerSetupOptionCollectionMap object
    property name* UpdateDealerSetupOptionCollectionRequestDTO
    updateDSORequestDTOList object[]
  • Array [
  • optionKey string
    optionValue string
    validate boolean
  • ]
  • 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
PUT /v2/dealers/dsos/bulk

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"dealerUuidAndUpdateDealerSetupOptionCollectionMap": {},
"validate": true
}
Accept
curl / cURL
curl -L -X PUT '/manage/v2/dealers/dsos/bulk' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuidAndUpdateDealerSetupOptionCollectionMap": {},
"validate": true
}'