Represents a single line item of an itemised estimate
Structure
QuoteItem:
id#
The unique identifier of the estimate item
Type:string
Required:No
Format: string
order#
The order of the estimate item
Type:integer
Required:No
Format: int32
type#
The category of the estimate item
Type:
QuoteItemType
Required:No
Format: string
Default value:
RemoveReplaceLabour
Allowable values:
RemoveReplaceLabour
RepairLabour
RefinishLabour
MechanicalLabour
Parts
Miscellaneous
quantity#
The quantity of the estimate item
Type:number
Required:No
Format: double
description#
The description of the estimate item
Type:string
Required:No
Format: string
partNumber#
The part number of the estimate item
Type:string
Required:No
Format: string
price#
The unit price of the estimate item
Type:number
Required:No
Format: double
markup#
The markup of the estimate item
Type:number
Required:No
Format: double
total#
The total price of the estimate item
Type:number
Required:No
Format: double
isOnReport#
Indicates whether the estimate item is on report
Type:boolean
Required:No
Format: boolean
Default value:false
metadata#
Metadata for the quote item.
Type:object
Required:No
Format:[string]: string
Note:
This will be formatted as an object with keys of the type
string
and values of type string
.