Skip to main content

Get DealerDMSs for keys in given Dealers


ApiScope: manage.dealer.read
API Scope Level: MultiDealerScope
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
    dealersDMSs object
    property name* object[]
  • Array [
  • dmsDescription string
  • ]
POST /v2/dealer/dms/list

Authorization

name: basicAuthtype: httpscheme: basic

Request

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