Skip to main content

This end-point saves max count for resources

UUID is compulsory for max count update to be processed. Other than it, send only those parameters which are to be updated.

Request Body required
    maxCountMap object[]
  • Array [
  • uuid string
    platform string

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

    purposeName string
    startDateTime string
    endDateTime string
    timezone string
    recurrenceRule string
    isValid boolean
    resourceUuid string
    resourceType string

    Possible values: [DEALER, DEPARTMENT, USER]

    count int32
  • ]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    successUuids string[]
    failureUuids string[]
Loading...