CommonVehicleDescriptorTypeInServiceDate Property

The in service date is the date on which the vehicle was originally sold. This value should be specified for used vehicles only. For new vehicles, pass either the contract date or 1900-01-01 for this value.

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<DateTime> InServiceDate { get; set; }

Property Value

Type: NullableDateTime
See Also