Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetLanguages. Retrieves the set of supported Languages.

public LanguagesResponse (
   String token
);

Parameters

String
The Token string of the service Ticket.

Return Value

A LanguagesResponse containing the requested Languages.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace