Documentation of the CarRentalAgentService

ChangeReservationMeetingInformationRequest.DepartureDateTimeDateTime Property

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 Departure-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 depart with Vehicle as DateTime value.

Attention: This Property isn't available at client-side because it's not serialized in XML.

public  DepartureDateTimeDateTime {get; set;}

Remarks

This Property is for internal use only and therefore not available at client-side because it's not serialized in XML.

See Also

ChangeReservationMeetingInformationRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace