Documentation of the CarRentalAgentService |
|
CarRentalAgentService. Method
See: ChangeReservationMeetingInformation. Changes the meeting information of a car rental Reservation.
public
ChangeReservationMeetingInformationResponse (
String token,
String bookingRequestType,
String id,
String reservationVersion,
String languageCode,
String travelAgentCode,
String travelAgentFirstName,
String travelAgentLastName,
String clientIP,
String departureDateTime,
String departureLocationMeetingType,
String departureLocationMeetingInformation,
String arrivalDateTime,
String arrivalLocationMeetingType,
String arrivalLocationMeetingInformation,
String estimatedReservationValueTotal);
Parameters
-
String
- The Token string of the service Ticket.
-
String
- Specifies if the caller either wants to check whether the given parameters will result in a still valid Reservation or the caller wants to save the changes to the given Reservation.
-
String
- The reservation reference id identifying the Reservation to edit.
-
String
- The current Version of the Reservation that should be edited.
-
String
- The Language for the ChangeReservationMeetingInformationResponse.
-
String
- The code of the Travel-Agent, that edits the Reservation.
-
String
- The firstname of the Travel-Agent, that edits the Reservation.
-
String
- The lastname of the Travel-Agent, that edits the Reservation.
-
String
- The Remote-IP of the booking-module user. The information is stored for tracking purposes in case of abuse only.
-
String
- The departure date/time of car rental (start date).
-
String
- The desired LocationMeetingType of the departure location.
-
String
- Additional information for the desired departure location meeting.
-
String
- The arrival date/time of car rental (stop date).
-
String
- The desired LocationMeetingType of the arrival location.
-
String
- Additional information for the desired arrival location meeting.
-
String
- The price estimated by the client for this ChangeReservationMeetingInformationRequest see: EstimatedReservationValueTotal
Return Value
A ChangeReservationMeetingInformationResponse containing the cancelled Reservation.
Remarks
Note
This method is the simple typed method counterpart of the ChangeReservationMeetingInformation method.
If you are using SOAP-Protocol, we advise you to use ChangeReservationMeetingInformation method instead of this one.
If you are using POST-Protocol, use this method.
See Also
CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace