Sale Information
Contains the sale information for a vehicle — the dealer, invoice details, warranty activation, broker, and end customer.
| Property | Summary |
|---|---|
CountryID string |
The Country Hash ID where the vehicle was sold. |
CountryName string |
The resolved country name. |
CompanyID string |
The Company Hash ID of the selling dealer. |
CompanyName string |
The resolved company (dealer) name. |
BranchID string |
The Branch Hash ID of the selling branch. |
BranchName string |
The resolved branch name. |
CustomerAccountNumber string |
The customer's account number at the dealer. |
CustomerID string |
The customer ID from the dealer's system. |
InvoiceDate DateTime? |
The date on the sale invoice. |
WarrantyActivationDate DateTime? |
The date the vehicle's warranty was activated. |
InvoiceNumber string |
The sale invoice number. |
Broker VehicleBrokerSaleInformation |
The broker sale information if the vehicle was sold through a broker. |
RegionID string |
The Region Hash ID from the Identity System. |
EndCustomer VehicleSaleEndCustomerInformationDTO |
The end customer information for this sale. |