Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetRegions. Retrieves a set of geographic Regions for specified Country. This method only returns Regions, in which at least one location provides the given LocationMeetingType preferences.

public RegionsResponse (
   String token,
   String countryCode,
   String languageCode,
   String meetingAtAirportPreference,
   String meetingAtCounterPreference,
   String meetingAtSpecialAddressPreference
);

Parameters

String
The Token string of the service Ticket.
String
The ISO 3166 two letter country code to load regions for.
String
The ISO 639 two letter language code for which the requested Regions should be localized.
String
The Preference for AtAirport.
String
The Preference for AtCounter.
String
The Preference for AtSpecialAddress.

Return Value

A RegionsResponse containing the requested Regions.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace