Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetCountries. Retrieves the set of supported Countries.

public CountriesResponse (
   String token,
   String languageCode
);

Parameters

String
The Token string of the service Ticket.
String
The ISO 639 two letter language code for which the requested Countries should be localized.

Return Value

A CountriesResponse containing the requested Countries.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace