Gets or sets the ISO 8601 date and time the customer wants to depart with Vehicle (start rental date and time). This is used to check fo stopsales while searching for potential Regions and Locations.
This property is optional, even though it is recommended to set this property anytime it is possible(use those variants that allow to set this property). The value is used to evalute whether a pickup or dropoff stopsale is set for the Locations of the returned Regions. That means that the Region isn't bookable within the requested period, if all available Locations are inactive. Therefore those Regions will not be delivered in the RegionsWithLocationsResponse. The embedded Locations are separately excluded from the RegionsWithLocationsResponse too, if they're not bookable in the requested timeframe.
This property is a string. Its value is a ISO 8601 formatted date and time string. Depending on your implementation language, you may convert it to a date or datetime type.
The ISO 8601 Date/Time format is specified as follows:
Pattern | Examples |
---|---|
YYYY-MM-DDThh:mm:ss
whereas:
|
|
RegionsWithLocationsRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace