Gets or sets the ISO 8601 date and time the customer wants to arrive with Vehicle (stop rental date and time).
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.
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:
|
|
RegionRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace