Fields – DealDetail.Unit.Part
| Field Name | Data Type | Description, Example |
|---|---|---|
| DealerId | string | Internal Dealer Identifier (intentionally left blank) |
| DealNo(key) | string | Deal (Worksheet) Number |
| DealUnitId(key) | int | Deal ID of the Unit |
| MajorUnitPartsId(key) | long | DMS assigned ID for the part associated with the unit |
| PartNumber | string | Primary part identifier |
| SupplierCode | string | Maker of part |
| RequestedQty | int | Amount of part being requested |
| SpecialOrderQty | int | Amount of part being special ordered |
| Qty | int | Amount sold of part |
| Cost | money | Cost of part on the deal after being sold from the parts department |
| Price | money | Price of the part on the deal |
| Retail | money | Standard price of the part |
| SetupInstall | string | S – setup, I - Installed |
| Description | string | Part description in ‘Parts’ child element |
| dealstate | int | 5 = Finalized |
| internaltype | int | 0 = undefined (rare), 1 = Prep, 2 = Dealer Add (installed), 3 = Customer Add (not-installed), 4 = Warranty |