Skip to main content

This end-point fetches effective max counts for list of resources.

Fetches effective max counts on the basis of various filters. If uuids is present then rest of the fields are not honoured.

Request Body required
    resources object
    property name* string[]
  • Array [
  • string

  • ]
  • startDateTime string
    endDateTime string
    purposeName string
    platform string

    Possible values: [DEALER_APP, WEB, MOBILE_APP, DMS, TRANSPORTATION_EVENTS_CONSUMER]

    counts int32[]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    maxCountMap object
    property name* object[]
  • Array [
  • startDateTime string
    endDateTime string
    constraintUuid string
    resourceType string

    Possible values: [DEALER, DEPARTMENT, USER]

    resourceUuid string
    count int32
  • ]
Loading...