Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

POST Method for call variant 08 of GetRegionsWithLocations.

public RegionsWithLocationsResponse (
   String token,
   String reservationId,
   String doLikeSearch,
   String languageCode,
   String requestType,
   String departureDateTime,
   String arrivalDateTime,
   String pickupRegionId,
   String pickupLocationType,
   String pickupMeetingAtAirportPreference,
   String pickupMeetingAtCounterPreference,
   String pickupMeetingAtSpecialAddressPreference,
   String dropoffSearchString,
   String dropoffLocationType,
   String dropoffMeetingAtAirportPreference,
   String dropoffMeetingAtCounterPreference,
   String dropoffMeetingAtSpecialAddressPreference
);

Parameters

String
token
String
ID of the reservation to search alternative Regions and Locations for
String
Enables or disables the Like-Search for the name based search algorithm.
String
language code
String
request type
String
departure date and time
String
arrival date and time
String
pickup Region id
String
pickup location type
String
pickup handover option APT
String
pickup handover option WIN
String
pickup handover option DEL
String
dropoff search string
String
dropoff location type
String
dropoff handover option APT
String
dropoff handover option WIN
String
dropoff handover option DEL

Return Value

response object RegionsWithLocationsResponse

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace