Documentation of the CarRentalAgentService

RegionsWithLocationsRequest Members

RegionsWithLocationsRequest overview

Public Instance Constructors

RegionsWithLocationsRequest Constructor Initializes a new instance of the RegionsWithLocationsRequest class.

Public Instance Properties

ArrivalDateTime Gets or sets the ISO 8601 date and time the customer wants to depart with Vehicle (start rental date and time). This is used to check fo stopsales while searching for potential Regions and Locations.
ArrivalDateTimeDateTime Gets or sets the date and time the customer wants to depart with Vehicle as DateTime value. Attention: This Property isn't available at client-side because it's not serialized in XML.
DepartureDateTime Gets or sets the ISO 8601 date and time the customer wants to depart with Vehicle (start rental date and time). This is used to check fo stopsales while searching for potential Regions and Locations.
DepartureDateTimeDateTime Gets or sets the date and time the customer wants to depart with Vehicle as DateTime value. Attention: This Property isn't available at client-side because it's not serialized in XML.
DoLikeSearch Enables or disables the Like-Search for the name-based search algorithm.
DropoffLocationId Gets or sets the unique id of the pickup-Location for which all available departure (return) Regions including their Locations are requested.
DropoffLocationType Gets or sets the type of the requested dropoff-Locations.
DropoffMeetingAtAirportPreference Gets or sets the Preference of customer to meet at airport with car rental provider. The call of GetRegionsWithLocations - Method will return Regions and Locations only, , for which the AtAirport-Flag is set as "True".
DropoffMeetingAtCounterPreference Gets or sets the Preference of customer to meet at counter with car rental provider. The call of GetRegionsWithLocations - Method will return Regions and Locations only, , for which the AtSpecialAddress-Flag is set as "True".
DropoffMeetingAtSpecialAddressPreference Gets or sets the RequiredFilterState of customer to meet at a special address (i.e. hotel) with car rental provider for pickup.
DropoffSearchString Gets or sets the search-string of the dropoff - Region or Location, which is either a RegionName, a LocationCode or an AirportCode.
GeoLatitude Gets or sets the latitude value of the geographic point (a decimal degree in WGS84 encoded system) for the geo-code based search of Regions and Locations.
GeoLongitude Gets or sets the longitude value of the geographic point (a decimal degree in WGS84 encoded system) for the geo-code based search of Regions and Locations.
GeoRadius Gets or sets the geographic radius in kilometers for the geo-code based search of Regions and Locations.
LanguageCode Gets or sets the ISO 639 two letter language code of the requested Regions and Locations.
Operation (inherited from Request) Gets or sets operational meta-data for the Request.
PickupLocationId Gets or sets the unique id of the pickup-Location for which all available arrival (return) Regions including their Locations are requested.
PickupLocationType Gets or sets the type of the requested pickup-Locations.
PickupMeetingAtAirportPreference Gets or sets the Preference of customer to meet at airport with car rental provider. The call of GetRegionsWithLocations - Method will return Regions and Locations only, , for which the AtAirport-Flag is set as "True".
PickupMeetingAtCounterPreference Gets or sets the Preference of customer to meet at counter with car rental provider. The call of GetRegionsWithLocations - Method will return Regions and Locations only, , for which the AtSpecialAddress-Flag is set as "True".
PickupMeetingAtSpecialAddressPreference Gets or sets the RequiredFilterState of customer to meet at a special address (i.e. hotel) with car rental provider for pickup.
PickupRegionId Gets or sets the unique id of the pickup-Region for which all available arrival (return) Regions including their Locations are requested.
PickupSearchString Gets or sets the search-string of the pickup - Region or Location, which is either a RegionName, a LocationCode or an AirportCode.
RequestType Gets or sets the mode of the current RegionsWithLocationsRequest.
ReservationId Gets or sets the unique id of the Reservation, for which the alternative Regions and Locations should be searched.
Ticket (inherited from Request) Gets or sets the Ticket (containing the security token) for the Request.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

RegionsWithLocationsRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Location | Region | RegionsWithLocationsResponse