Vehicle Entry
Represents a vehicle entry in the dealer stock. Each entry corresponds to a vehicle record from a dealer's system, capturing vehicle specifications, sale/invoice information, and warranty activation details.
| Property | Summary |
|---|---|
BrandHashID string |
The Brand Hash ID from the Identity System. |
ProductionDate DateTime? |
The date the vehicle was produced by the manufacturer. |
ModelYear int? |
The model year of the vehicle. |
ExteriorColorCode string |
The exterior color code of the vehicle. |
InteriorColorCode string |
The interior color code of the vehicle. |
ModelCode string |
The model code that identifies the vehicle model. |
ModelDescription string |
A human-readable description of the vehicle model. |
Katashiki string |
The Katashiki (model-specific identifier used by the manufacturer). |
VariantCode string |
The variant code of the vehicle within its model range. |
VIN string |
The Vehicle Identification Number (VIN). |
InvoiceDate DateTime? |
The date on the sale invoice for this vehicle. |
CompanyHashID string |
The Company Hash ID from the Identity System. |
BranchHashID string |
The Branch Hash ID from the Identity System. |
WarrantyActivationDate DateTime? |
The date when the vehicle's warranty was activated. This may differ from the invoice date. |
InvoiceNumber string |
The invoice number for the vehicle sale transaction. |
AccountNumber string |
The dealer account number associated with this transaction. |
CustomerAccountNumber string |
The customer's account number at the dealer. |
CustomerID string |
The customer ID associated with this vehicle sale. |
InvoiceTotal decimal? |
The total amount on the sale invoice. |
RegionHashID string |
The Region Hash ID from the Identity System. |
SaleType string |
The type of sale (e.g., Retail, Fleet, Internal). |
OrderStatus string |
The current status of the order associated with this vehicle entry. |
Location string |
The location or warehouse identifier where the vehicle is held. |
InvoiceCurrency Currencies? |
The currency used on the sale invoice. |
LineID string |
The line item identifier within the order document. |
LoadDate DateTime? |
The date when this record was loaded into the system. |
PostDate DateTime? |
The date when this record was posted/finalized. |
EligibleServiceItemUniqueReferences IEnumerable<string> |
Per Vehicle Service Item Eligibility. A list of unique references for service items this vehicle is eligible for. |
OrderDocumentNumber string |
The order document number for this vehicle transaction. |
OrderQuantity decimal? |
The quantity ordered. |
SoldQuantity decimal? |
The quantity sold. |
ExtendedPrice decimal? |
The extended price (unit price multiplied by quantity). |
ItemStatus string |
The status of the line item (e.g., Open, Closed). |
InvoiceStatus string |
The status of the invoice (e.g., Paid, Pending). |
CompanyIntegrationID string |
An external identifier used for company-level system-to-system integration. |
BranchIntegrationID string |
An external identifier used for branch-level system-to-system integration. |