Fields – Unit.Parts
| Field Name | Data Type | Description, Example |
|---|---|---|
| DealerId | string | Internal Dealer Identifier (intentionally left blank) |
| MajorUnitHeaderId(key) | long | Id of unit |
| MajorUnitPartsId(key) | long | ID of parts associated to the unit |
| PartNumber | string | Identifier of the item |
| Description | string | Description of part |
| SetupInstall | string | S-Setup, I-Install, N-No Labor Attached |
| Qty | int | Nullable - How many of the part was added |
| Cost | decimal | Nullable - Dealer cost of the part after being sold from the parts department |
| Price | decimal | Nullable - Dealer price of the part |
| requestedqty | int | Number of the part requested |
| specialorderedqty | int | Number of the part requested |
| type | string | Option type categorization, “Prep”, “Customer Add”, “Dealer Add”, ”Warranty” |
| repairordernumber | string | Repair order associated to the installation of the part |
| repairorderjobtitle | string | Title of the job the part is associated to |
| optionnumber | int | Deal option number that the part is associated to |