Fields - OpenDealDetail.Unit.Parts
| Field Name | Data Type | Description, Example |
|---|---|---|
| DealerId | string | Internal Dealer Identifier (intentionally left blank) |
| DealId (key) | string | System generated unique identifier |
| DealUnitID (key) | long | Unit id on the deal |
| MajorUnitPartsId(key) | long | DMS assigned ID for the part associated with the unit |
| DealNo (key) | string | External DMS deal identifier |
| PartNumber | string | Part identifier |
| Suppliercode | string | Abbreviated name of maker |
| RequestedQty | int | Amount of part being requested |
| SpecialOrderQty | int | Amount of part being special ordered |
| Qty | int | Amount of part sold |
| Cost | money | Cost of the part after being sold from parts dept |
| Price | money | Price of the part |
| Retail | money | Standard price of the part |
| SetupInstall | string | S – Setup, I - Installed |
| Description | string | Description of part |
| dealstate | int | Status identifier of the deal – (1,7) = Quote, 2 = Deal, 3 = Canceled Quote, 4 = Voided Deal, 8 = Lead, 9 = Inactive Deal |
| internaltype | int | Defines part type on deal – 0=Undefined, 1=Prep, 2=Dealer Add (installed), 3=Customer Add (not-installed), 4=Warranty |