Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetReservation. Retrieves a car rental Reservation in the language of the Agency(Operator) the used token has been created for.

public ReservationResponse (
   String token,
   String id
);

Parameters

String
The Token string of the service Ticket.
String
The reservation reference id identifying the requested Reservation.

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