Documentation of the CarRentalAgentService |
|
ChangeReservationMeetingInformationRequest Members
ChangeReservationMeetingInformationRequest overview
Public Instance Constructors
Public Instance Properties
ArrivalDateTime |
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). |
ArrivalDateTimeDateTime |
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 as DateTime value.
Attention: This Property isn't available at client-side because it's not serialized in XML.
|
ArrivalLocationMeetingInformation | Gets or sets additional information related to the requested LocationMeetingType preferred at arrival Location (rental stop location). |
ArrivalLocationMeetingType | Gets or sets the LocationMeetingType the customer prefers in order to drop off the car at arrival Location (rental stop location). |
BookingRequestType | Specifies if the calling application either wants to check if the given parameters will result in a valid Reservation or the calling application wants to save the Reservation. |
ClientIP | The IP-Address of the client(e.g. private customer) using your booking module. The information is stored for Tracking purposes in case of abuse only. |
DepartureDateTime |
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 (start rental date and time). |
DepartureDateTimeDateTime |
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.
|
DepartureLocationMeetingInformation | Gets or sets additional information related to the requested LocationMeetingType preferred at departure Location (rental start location). |
DepartureLocationMeetingType | Gets or sets the LocationMeetingType the customer prefers in order to pick up the car at departure Location (rental start location). |
EstimatedReservationValueTotal | The total value of the Reservation, that is estimated and therefore expected by the client after performing this ChangeReservationMeetingInformationRequest. The value handed over herein is used for tracking differnces between the prices delivered by GetRates - Method and ChangeReservationMeetingInformation - Method. |
Id | Gets or sets the unique id of the Reservation to edit. |
LanguageCode | Gets or sets the language code for the text values in the ChangeReservationMeetingInformationRequest. |
Operation (inherited from Request) | Gets or sets operational meta-data for the Request.
|
ReservationVersion | Gets or sets the current version of the Reservation to edit. |
Ticket (inherited from Request) | Gets or sets the Ticket (containing the security token) for the Request.
|
TravelAgentCode | Travel agent code identifying the Customers Employee, that edits this Reservation. Usually, this is the same employee, that created the booking or another employee, but of the same customer. |
TravelAgentFirstName | Travel agent first name of the Customers Employee, that edits this Reservation, formerly identified by the TravelAgentCode. |
TravelAgentLastName | Travel agent last name of the Customers Employee, that edits this Reservation, formerly identified by the TravelAgentCode. |
Public Instance Methods
Protected Instance Methods
See Also
ChangeReservationMeetingInformationRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Reservation | ChangeReservationMeetingInformationResponse