Gets or sets the ISO 8601 date the customer wants to arrive with Vehicle (stop rental date).
Attention: The time-portion of this property is not taken into account, even if it has to be handed over. This is because IsWeekendSpecialAvailable - Method checks only if the rental timeframe in terms of date-portion may be covered completely by the validity period of a weekend special.
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:
|
|
WeekendSpecialAvailableRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace