EndPointRequestedDateIsExact Property

Car Delivery Network API DocumentationCar Delivery Network
Mandatory - When true, indicates that RequestedDate is an exact date. Pickup/Delivery must be ON this date. When false, indicates that RequestedDate is not exact. Pickup/Delivery should be FROM/UP TO this date

Namespace:  CarDeliveryNetwork.Api.Data
Assembly:  CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3081.0 (3.2.3081)
Syntax

C#
public virtual bool RequestedDateIsExact { get; set; }

Property Value

Type: Boolean
See Also

Reference