Click or drag to resize

EndPointRequestedDateIsExact Property

Car 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.3102.0 (3.2.3102)
Syntax
C#
public virtual bool RequestedDateIsExact { get; set; }

Property Value

Boolean
See Also