Fetch all dealer service operation configurations for a dealer
Fetch all dealer service operation configurations for a dealer
Path Parameters
dealerUUID string required
application/json
Request Body required
requesterUserUUID string
dealerUuid 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
dealerServiceOperations object[]
uuid string
dealerUuid string
catalogId string
inOnlineScheduler boolean
inDealerAppScheduler boolean
inMobileService boolean
inServiceCart boolean
inCheckIn boolean
leadTimeInMinutes int64
durationInMinutes int32
sortOrder int64
isDefault boolean
isValid boolean
opcodeMappings object[]
uuid string
operationUuid string
laborOpCode string
brandModelSelections object[]
brandUuid string
brandName string
modelNames string[]
years string[]
isValid boolean
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string",
"dealerServiceOperations": [
{
"uuid": "string",
"dealerUuid": "string",
"catalogId": "string",
"inOnlineScheduler": true,
"inDealerAppScheduler": true,
"inMobileService": true,
"inServiceCart": true,
"inCheckIn": true,
"leadTimeInMinutes": 0,
"durationInMinutes": 0,
"sortOrder": 0,
"isDefault": true,
"isValid": true,
"opcodeMappings": [
{
"uuid": "string",
"operationUuid": "string",
"laborOpCode": "string",
"brandModelSelections": [
{
"brandUuid": "string",
"brandName": "string",
"modelNames": [
"string"
]
}
],
"years": [
"string"
],
"isValid": true
}
]
}
]
}
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...