Skip to main content

Trigger Factory menus pull for a dealer

This function triggers a Factory menus pull for a dealer in a Java application.

Path Parameters
    dealerUUID string required

    The dealerUUID parameter is a unique identifier for a dealer. It is used to specify which dealer the operation should be performed for.

Query Parameters
    fromYear int32 required

    The fromYear parameter in the triggerFactoryMenuPull method is used to specify the starting year from which the factory menus should be fetched. It is a request parameter that indicates the year for which the factory menus should be pulled for the dealer specified by the dealerUUID.

Request Body required

The fetchOperationsRequest parameter in the triggerFactoryMenuPull method is of type FetchOperationsRequest. It is annotated with @RequestBody, which means that the data for this parameter will be obtained from the request body of the HTTP POST request.

    requesterUserUUID string
    onlineSchedulerVisibility boolean
    mobileServiceVisibility boolean
    serviceCartVisibility boolean
    dealerAppSchedulerVisibility boolean
    checkInVisibility boolean
    startPosition int32
    endPosition int32
    isLastPage boolean
    resultSize int32
    communicationCodes string[]
    opCodes string[]
    uuidList string[]
    getTotalCount boolean
    getMkAndDmsSimilarOpcodeCount boolean
    searchToken string
    sortPreference string

    Possible values: [OPCODE, NAME, PRICE, SORT_ORDER, _SCORE]

    sortDirection string

    Possible values: [ASCENDING, DESCENDING]

    eventDealerAssociateUuid string
    serviceTypeList string[]

    Possible values: [MAINTENANCE, REPAIR, INSPECT, SERVICE]

    brandIdList int64[] deprecated
    vehicleMakeList string[] deprecated
    typeList string[]

    Possible values: [OPCODE, SERVICEMENU, SERVICEMOTORSMAINTENANCEMENU, SERVICEMOTORSLINEITEM, SERVICEMOTORSINDICATOR]

    mileageDTOList object[]
  • Array [
  • startMileage int64
    repeatInterval int64
    endMileage int64
  • ]
  • baseVehicleId int64
    engineId int64
    minPrice double
    maxPrice double
    dmsLaborPriceMismatch boolean
    severityFlag string
    engineList string[]
    modelList string[]
    yearList int32[]
    trimList string[]
Responses

The method triggerFactoryMenuPull is returning a ResponseEntity with status code 202 (ACCEPTED) and a null body.


Schema

    object

Loading...