Fields - SpecialOrderStatus
| Field Name | Data Type | Description, Example |
|---|---|---|
| DealerId | string | Internal Dealer Identifier (intentionally left blank) |
| SpecialOrderId | bigint | System generated unique ID of special order |
| SpecialOrderLineId(key) | bigint | System generated unique IF of the part on the special order |
| SpecialOrderNumber(key) | bigint | Dealer facing special order number |
| SpecialOrderDate | date | Date when special order is first created |
| CustomerId | bigint | System generated ID for customer associated to the part on the special order |
| CustomerEmail | string | Email address of customer |
| SupplierCode | string | Part number short code of manufacturer |
| PartNumber | string | Primary part identifier |
| Description | string | Description of part |
| SpecialOrderQty | int | Amount of part special ordered by the customer |
| OrderedQty | int | Amount of part special ordered |
| ReceivedQty | int | Amount of part taken in from purchase order |
| BackOrderedQty | int | Amount of part on back order from manufacturer |
| RefundedQty | int | Amount of part refunded on special order |
| specialordernotes | string | Dealer facing notes field relating to special order |
| receivingnotes | string | Dealer facing notes field relating to purchase order |
| dtstamp | string | Date special order last updated |
| repairordernumber | bigint | Dealer facing repair order number if part is associated to a repair order |
| vin | string | VIN number of unit if part is associated to a deal unit or major unit prep |
| stocknumber | string | Stock number of unit if part is associated to a deal unit or major unit prep |
| issuperseded | smallint | Indicator that the part special ordered was superseded to a new part number |