Documentation of the CarRentalAgentService |
|
CarRentalAgentService. Method
See: ChangeReservationMeetingInformation. Cancels a car rental Reservation.
public
ChangeResPaymentMethodResponse (
String token,
String bookingRequestType,
String reservationId,
String reservationVersion,
String travelAgentCode,
String travelAgentFirstName,
String travelAgentLastName,
String clientIP,
String languageCode,
String sendEMailNotificationFlag,
String notificationEmailAddress,
String paymentMethod,
String bankTransferAccountOwner,
String bankTransferAccountNumber,
String bankTransferAccountBankCode,
String bankTransferAccountBankName,
String bankTransferAccountCountryCode,
String creditCardOwner,
String creditCardVendor,
String creditCardNumber,
String creditCardControlCode,
String creditCardExpireDate,
String electronicPaymentSystemId,
String electronicPaymentCountryCode,
String electronicPaymentParam1,
String electronicPaymentParam2,
String electronicPaymentParam3,
String electronicPaymentParam4);
Parameters
-
String
- The Token string of the service Ticket.
-
String
-
-
String
-
-
String
- The current Version of the Reservation that should be edited.
-
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
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
-
String
-
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