Skip to main content

Fetch MOTOR fluid data (e.g. engine coolant type and capacity) for a vehicle

Fetches the MOTOR fluid data relevant to a selected operation for a vehicle. The VIN is decoded to a MOTOR BaseVehicleID and the fluids/specifications MOTOR relates to the request's EstimatedWorkTimes application id are returned — e.g. engine coolant type + capacity for a Radiator R&R, which is what the Service Price Guide surfaces on the parts screen.

Path Parameters
    dealerUUID string required

    the dealer the request is scoped to.

Request Body required

the fluid search request carrying the VIN and the MOTOR application id.

    vin string
    applicationId int32
Responses

a {@link FetchVehicleFluidsResponse FetchVehicleFluidsResponse} with the resolved fluids.


Schema
    errors object[]
  • Array [
  • errorName string
    errorMessage string
    errorCode int32
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningTitle string
    warningMessage string
  • ]
  • statusCode int32
    apiRequestId string
    baseVehicleId int64
    fluids object[]
  • Array [
  • displayName string
    contentType string
    values object[]
  • Array [
  • value string
    unitOfMeasure string
    minValue string
    maxValue string
  • ]
  • ]
Loading...