Skip to main content

Get dealer franchises for the list of 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
    dealerToDealerFranchiseeDTOMap object
    property name* DealerFranchiseeDTO
    dealer object
    id int64
    name string
    uuid string
    isValid boolean
    franchisees object[]
  • Array [
  • brand object
    brandName string
    brandType string
    uuid string
    brandLogo string
    isValid boolean
    oem object
    oemCode string
    oemName string
    motorBrandName string
    id int64 deprecated
    motorBrandID int64
    dealerCode object
    property name* string
  • ]
POST /v2/dealers/franchisees/searches

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/dealers/franchisees/searches' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuids": [
"string"
],
"validate": true,
"doNotValidate": true
}'