Skip to main content

Publish Dealer Creation Event.

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Use publishDealerEvent instead
ApiScope: manage.dealer.write
API Scope Level: ServiceSubscriberScope

Path Parameters
    dealerUUID string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
POST /v2/dealers/:dealerUUID/publish

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
dealerUUID — path required
Accept
curl / cURL
curl -L -X POST '/manage/v2/dealers/:dealerUUID/publish' \
-H 'Accept: application/json'