logo

QuoteItemType

The category of the estimate item


Default value

Due to default enum behaviour, fields of this type will have the following value if not specified:RemoveReplaceLabour


Allowable values

Please refer to the below table for the range of allowable values for this type:

ValueIndex
RemoveReplaceLabour0
RepairLabour1
RefinishLabour2
MechanicalLabour3
Parts4
Miscellaneous5

The following example shows how the data should appear when assigning a value to a field of this type:


{
"fieldName": "RemoveReplaceLabour",
... or ...
"fieldName": 0,
}

Using the string representation of the enum value is preferred.

Fields of this type should be considered required. Enums have default behaviour that can cause unexpected issues. Please ensure you always specify a valid value.