Skip to main content

Get Dealer Rule Sets


ApiScope: manage.rules.read
API Scope Level: DealerScope
Path Parameters
    ServiceSubscriberDealer string required
Request Body required
    projectId string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    ruleSets object[]
  • Array [
  • id string
    name string
  • ]
POST /v2/rulesEngine/ruleSets/dealer/:ServiceSubscriberDealer

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
ServiceSubscriberDealer — path required
Body required
{
"projectId": "string"
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/rulesEngine/ruleSets/dealer/:ServiceSubscriberDealer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"projectId": "string"
}'