Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

POST Method for call variant 07 of GetRegionsWithLocations.

public RegionsWithLocationsResponse (
   String token,
   String reservationId,
   String languageCode,
   String departureDateTime,
   String arrivalDateTime,
   String pickupLocationType,
   String pickupMeetingAtAirportPreference,
   String pickupMeetingAtCounterPreference,
   String pickupMeetingAtSpecialAddressPreference,
   String dropoffLocationId
);

Parameters

String
token
String
ID of the reservation to search alternative Regions and Locations for
String
language code
String
departure date and time
String
arrival date and time
String
pickup location type
String
pickup handover option APT
String
pickup handover option WIN
String
pickup handover option DEL
String
dropoff location id

Return Value

response object RegionsWithLocationsResponse

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace