Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetReservation. Retrieves a car rental Reservation in the requested language.

public ReservationResponse (
   String token,
   String id,
   String languageCode
);

Parameters

String
The Token string of the service Ticket.
String
The reservation reference id identifying the requested Reservation.
String
The sets the language code for the textual values in the ReservationResponse.

Return Value

A ReservationResponse containing the requested Reservation.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace