Fetch motor dealer service operations by dealer UUID, optionally filtered by baseVehicleIds
Fetch motor dealer service operations by dealer UUID, optionally filtered by baseVehicleIds
Path Parameters
dealerUUID string required
application/json
Request Body required
requesterUserUUID string
baseVehicleIds string[]
Responses
- 200
- 400
- 401
- 403
- 500
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
errors object[]
errorName string
errorMessage string
errorCode int32
warnings object[]
warningCode string
warningTitle string
warningMessage string
statusCode int32
apiRequestId string
serviceOperationsDTOList object[]
uuid string
dealerUuid string
baseVehicleIds string[]
applicationId int32
laborDetails object[]
baseLaborTime double
additionalLaborTime double
allLaborTime double
baseWarrantyLaborTime double
additionalWarrantyLaborTime double
allWarrantyLaborTime double
serviceType string
description string
serviceOperationCategory object
categoryName string
categoryId int32
operationName string
subModels object[]
subModelID int32
subModelName string
make object
makeId int32
makeName string
model object
modelId int32
modelName string
year int32
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string",
"serviceOperationsDTOList": [
{
"uuid": "string",
"dealerUuid": "string",
"baseVehicleIds": [
"string"
],
"applicationId": 0,
"laborDetails": [
{
"baseLaborTime": 0,
"additionalLaborTime": 0,
"allLaborTime": 0,
"baseWarrantyLaborTime": 0,
"additionalWarrantyLaborTime": 0,
"allWarrantyLaborTime": 0,
"serviceType": "string",
"description": "string"
}
],
"serviceOperationCategory": {
"categoryName": "string",
"categoryId": 0
},
"operationName": "string",
"subModels": [
{
"subModelID": 0,
"subModelName": "string"
}
],
"make": {
"makeId": 0,
"makeName": "string"
},
"model": {
"modelId": 0,
"modelName": "string"
},
"year": 0
}
]
}
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...