Skip to main content

Operation data model

This is the data structure that you will receive every time you are trying to get opcodes and factory menus from our APIs or listening to our events.

Summary of the fields.

Parameter NameDescription
laborOpCodeThe laborOpcode (Unique Identifier) associated with the operation.
opCodeNameThe name of the operation code.
descriptionA brief description of the operation.
totalPriceThe total price of the operation.
opCodeDurationInMinutesThe duration of the operation in minutes.
isValidA flag indicating whether the operation is valid.
uuidThe unique identifier (UUID) for the operation.
inMobileServiceIndicates if the operation is available in mobile service.
inOnlineSchedulerIndicates if the operation is available in the online scheduler.
communicationCodeThe communication code associated with the operation.
payTypeThe type of payment associated with the operation.
inServiceCartIndicates if the operation is included in the service cart.
inDealerAppSchedulerIndicates if the operation is available in the dealer app scheduler.
dmsDescriptionThe DMS (Dealer Management System) description of the operation.
laborPriceThe labor price for the operation.
dmsLaborPriceThe DMS labor price for the operation.
partsPriceThe parts price for the operation.
dmsPartsPriceThe DMS parts price for the operation.
taxAmountThe tax amount associated with the operation.
dmsTaxAmountThe DMS tax amount associated with the operation.
dmsTotalPriceThe total price according to the DMS.
sortOrderThe sort order of the operation.
correctionThe correction information related to the operation.
causeThe cause information related to the operation.
soldHoursThe number of hours sold for the operation.
dispatchCodeThe dispatch code associated with the operation.
comebackFlagIndicates if the operation is a comeback.
usagePercentileThe usage percentile of the operation.
positionThe position of the operation.
leadTimeInMinutesThe lead time in minutes for the operation.
isIndexedIndicates if the operation is indexed.
isDefaultIndicates if the operation is set as default.
notesAny additional notes related to the operation.
serviceTypeThe type of service associated with the operation. Possible values are MAINTENANCE, REPAIR, INSPECT, SERVICE
serviceTypeServiceCartThe service type for the service cart.
recallIdThe recall ID associated with the operation.
vehicleMileageConfigDTOList[].brandDTO.idThe identifier for the brand in the mileage configuration.
vehicleMileageConfigDTOList[].brandDTO.nameThe name of the brand in the mileage configuration.
vehicleMileageConfigDTOList[].brandDTO.motorsMakeIdThe identifier for the motors make in the mileage configuration.
vehicleMileageConfigDTOList[].brandDTO.motorsMakeNameThe name of the motors make in the mileage configuration.
vehicleMileageConfigDTOList[].yearThe year associated with the vehicle mileage configuration.
vehicleMileageConfigDTOList[].modelThe model associated with the vehicle mileage configuration.
vehicleMileageConfigDTOList[].trimThe trim associated with the vehicle mileage configuration.
vehicleMileageConfigDTOList[].engineThe engine type associated with the vehicle mileage configuration.
vehicleMileageConfigDTOList[].mileageUuidThe unique identifier (UUID) for the mileage configuration.
vehicleMileageConfigDTOList[].uuidThe unique identifier (UUID) for the vehicle mileage configuration.
vehicleMileageConfigDTOList[].motorsBaseVehicleIdThe base vehicle ID in the motors configuration.
vehicleMileageConfigDTOList[].motorsEngineIdThe engine ID in the motors configuration.
vehicleMileageConfigDTOList[].isValidIndicates if the vehicle mileage configuration is valid.
dailyLimitConfigDTOList[].dayNumberThe day number for the daily limit configuration.
dailyLimitConfigDTOList[].dayLimitThe limit for the specified day in the daily limit configuration.
pullEstimateInSCIndicates if the estimate should be pulled into the service cart.
miscPriceThe miscellaneous price associated with the operation.
useDmsPriceIndicates if the DMS price should be used for the operation.
showDmsPriceMismatchWarningIndicates if a warning should be shown when there is a price mismatch between the DMS and MyKaarma.
noPartsNeededIndicates if no parts are needed for the operation.
inCheckInIndicates if the operation is available during check-in.
quickOpLiteUuidThe unique identifier (UUID) for the parent operation code. Only needed for service-menu.
invoiceLineList[]A list of invoice lines (operations codes) associated with the service-menu.
menuNameThe name of the service-menu.
.operationTypeThe type of operation, OPCODE or SERVICEMENU.
dealerUuidThe unique identifier (UUID) of the dealer associated with the operation.
isCustomConcernIndicates if the operation is a custom concern.
taxonomyIdThe taxonomy identifier associated with the operation.
severityFlagThe severity flag associated with the operation.
isSeverityNormalIndicates if the severity of the operation is normal.
isSeveritySevereIndicates if the severity of the operation is severe.
notesSevere[]A list of notes related to severe operations.
notesNormal[]A list of notes related to normal operations.
motorsOperationNameThe name of the motors operation.
mileageThe mileage associated with the operation.
motorsMakeThe make of the motors associated with the operation.
motorsMakeIdThe identifier for the motors make.

Note - Above summary of the fields doesn't contain all the fields that we return in the response. We will be updating this documentation to include the summary of all fields.