Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetRegion. Retrieves a geographic Region for a specific Airport.

public RegionResponse (
   String token,
   String airportCode,
   String languageCode
);

Parameters

String
The Token string of the service Ticket.
String
The three letter IATA Airport code to retrieve a Region for.
String
The ISO 639 two letter language code for which the requested Region should be localized.

Return Value

A RegionResponse containing the requested Region.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace