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.
application/json
Request Body required
the fluid search request carrying the VIN and the MOTOR application id.
vin string
applicationId int32
Responses
- 200
- 400
- 401
- 403
- 500
a {@link FetchVehicleFluidsResponse FetchVehicleFluidsResponse} with the resolved fluids.
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- ]
errors object[]
errorName string
errorMessage string
errorCode int32
warnings object[]
warningCode string
warningTitle string
warningMessage string
statusCode int32
apiRequestId string
baseVehicleId int64
fluids object[]
displayName string
contentType string
values object[]
value string
unitOfMeasure string
minValue string
maxValue string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string",
"baseVehicleId": 0,
"fluids": [
{
"displayName": "string",
"contentType": "string",
"values": [
{
"value": "string",
"unitOfMeasure": "string",
"minValue": "string",
"maxValue": "string"
}
]
}
]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorName string
errorMessage string
errorCode int32
warnings object[]
warningCode string
warningTitle string
warningMessage string
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorName string
errorMessage string
errorCode int32
warnings object[]
warningCode string
warningTitle string
warningMessage string
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Forbidden
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorName string
errorMessage string
errorCode int32
warnings object[]
warningCode string
warningTitle string
warningMessage string
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorName string
errorMessage string
errorCode int32
warnings object[]
warningCode string
warningTitle string
warningMessage string
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Loading...