Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetRegions. Retrieves a set of geographic Regions whose localized name match the given Name search pattern, starting from root level down to specified number of Levels.

public RegionsResponse (
   String token,
   String name,
   String levels,
   String languageCode
);

Parameters

String
The Token string of the service Ticket.
String
The name wildcard to search Regions for.
String
The number of levels the tree-node-structure is descended starting from root.
String
The ISO 639 two letter language code for which the requested Regions should be localized.

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