Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetReservationEditOptions - Method. Retrieves the Edit-Options for the given reservationId by taking the given BookingType into account.

public ReservationEditOptionsResponse (
   String token,
   String reservationId,
   String changeBookingTypeTo
);

Parameters

String
The Token string of the service Ticket.
String
The reservationId for which the edit options should be retrieved.
String
The new type of the reservation, if changing the BookingType is desired.

Return Value

A ReservationEditOptionsResponse containing the requested Edit-Options.

Remarks

Note   

This method is the simple typed method counterpart of the GetReservationEditOptions - Method.

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace