Skip to main content

Save or update filters

this endpoints saves/updates a list of filters based on uuid provided, if uuid is not provided - it creates a new filter or if uuid is provided and if it matches with already present filters then it updates existing filters otherwise it creates a new filter with given uuid

Path Parameters
    ServiceSubscriberDealer string required

    unique identifier for a dealer

Request Body required
    filters object[]
  • Array [
  • uuid string
    name string
    sourceName string
    ownerDealerAssociateName string
    ownerDealerAssociateUuid string
    accessLevelKey string

    Possible values: [GROUP, DEPARTMENT, DEALER, USER]

    accessLevelValue string
    filterValues object
    property name* string[]
  • Array [
  • string

  • ]
  • isDefault boolean
  • ]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    filters object[]
  • Array [
  • uuid string
    name string
    sourceName string
    ownerDealerAssociateName string
    ownerDealerAssociateUuid string
    accessLevelKey string

    Possible values: [GROUP, DEPARTMENT, DEALER, USER]

    accessLevelValue string
    filterValues object
    property name* string[]
  • Array [
  • string

  • ]
  • isDefault boolean
  • ]
Loading...