Gets or sets the date and time the customer wants to depart with Vehicle (start rental date and time).
If the arrival date and/or time should be changed for the existing Reservation it's strongly recommended, either to validate the offer(booked Rate) with the new date and time values using ValidateRate - Method or to request the alternative Rates by a call to GetRates - Method under specification of ReservationId. Nevertheless, the Rate is validated by EditReservation - Method, before it is stored to the database.
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:
|
|
EditReservationRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace