Documentation of the CarRentalAgentService |
|
CarRentalAgentService. Method
POST Method for call variant 10 of GetRegionsWithLocations.
public
RegionsWithLocationsResponse (
String token,
String reservationId,
String languageCode,
String departureDateTime,
String arrivalDateTime,
String pickupRegionId,
String pickupLocationId,
String geoLongitude,
String geoLatitude,
String geoRadius,
String dropoffLocationType,
String dropoffMeetingAtAirportPreference,
String dropoffMeetingAtCounterPreference,
String dropoffMeetingAtSpecialAddressPreference);
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 Region id
-
String
-
-
String
-
-
String
-
-
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