Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetLocations. Retrieves a set of arrival (return) car rental Locations for given Location and with preferences for the location service checking rule.

public LocationsResponse (
   String token,
   String locationId,
   String languageCode,
   String meetingAtAirportPreference,
   String meetingAtCounterPreference,
   String meetingAtSpecialAddressPreference
);

Parameters

String
The Token string of the service Ticket.
String
The unique id of the departure Location to get arrival Locations for.
String
The ISO 639 two letter language code for which the requested Locations should be localized.
String
Indicates the Preference level for AtAirport.
String
Indicates the Preference level for AtCounter.
String
Indicates the Preference level for AtSpecialAddress.

Return Value

A LocationsResponse containing the requested Locations.

Remarks

Note   

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

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

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

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace