Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: CancelReservation. Cancels a car rental Reservation.

public CancelReservationResponse (
   String token,
   String id,
   String reservationVersion,
   String clientIP,
   String cancellationTypeId,
   String estimatedCancellationFee
);

Parameters

String
The Token string of the service Ticket.
String
The reservation reference id identifying the Reservation to cancel.
String
The current Version of the Reservation that should be modified.
String
The Remote-IP of the booking-module user. The information is stored for tracking purposes in case of abuse only.
String
The reason as Id, for cancellation of the Reservation identified by Id.
String
The price estimated by the client for this CancelReservationRequest see: EstimatedCancellationFee

Return Value

A CancelReservationResponse containing the cancelled Reservation.

Remarks

Note   

This method is the simple typed method counterpart of the CancelReservation method.

If you are using SOAP-Protocol, we advise you to use CancelReservation method instead of this one.

If you are using POST-Protocol, use this method.

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace