Attention : The date-portion of the value handed over herein mustn't differ from the initial value for this Reservation, as it is returned by GetReservation - Method. This is because a change of Arrival-Date may result in different prices for the same vehicle. Please use EditReservation - Method, if the change of date-portion is desired.
Gets or sets the date and time the customer wants to arrive with Vehicle (stop 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:
|
|
ChangeReservationMeetingInformationRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace