Documentation of the CarRentalAgentService

RegionsRequest Members

RegionsRequest overview

Public Instance Constructors

RegionsRequest Constructor Initializes a new instance of the RegionsRequest class.

Public Instance Properties

AirportCode Gets or sets the IATA three letter airport code for which a Region should be returned.
ArrivalDateTime Gets or sets the ISO 8601 date and time the customer wants to arrive with Vehicle (stop rental date and time).
ArrivalDateTimeDateTime Gets or sets the date and time the customer wants to arrive with Vehicle as DateTime value. Attention: This Property isn't available at client-side because it's not serialized in XML.
CountryCode Gets or sets the ISO 3166 two letter country code for which the Regions are requested.
DepartureDateTime Gets or sets the ISO 8601 date and time the customer wants to depart with Vehicle (start rental date and time).
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.
FlatMode This property is a control-parameter for the search-algorithm of the GetRegions - Method
IncludeAirportCodes This property is a control-parameter for the name-based search-algorithm of the GetRegions - Method.
LanguageCode Gets or sets the ISO 639 two letter language code of the requested Regions.
Levels Gets or sets how much levels the operation should descent, starting by ParentId.
MeetingAtAirportPreference Gets or sets the Preference of customer to meet at airport with car rental provider. The call of GetRegions - Method will return Regions only, that have Locations linked, where the AtAirport-Flag is set as "True".
MeetingAtCounterPreference Gets or sets the Preference of customer to meet at counter with car rental provider. The call of GetRegions - Method will return Regions only, that have Locations linked, where the AtCounter-Flag is set as "True".
MeetingAtSpecialAddressPreference Gets or sets the Preference of customer to meet at special address with car rental provider. The call of GetRegions - Method will return Regions only, that have Locations linked, where the AtSpecialAddress-Flag is set as "True".
Name Gets or sets the Region name wildcard for which the operation should search.
Operation (inherited from Request) Gets or sets operational meta-data for the Request.
ParentId Gets or sets the unique id of the parent-Region for which all available sub-Regions are requested.
PhoneticSearch This property is a control-parameter for the name-based search-algorithm of the GetRegions - Method.
PickupLocationId Gets or sets the unique id of the pickup-Location for which all available arrival (return) Regions are requested.
PickupRegionId Gets or sets the unique id of the pickup-Region for which all available arrival (return) Regions are requested.
ReservationId Gets or sets the unique id of the Reservation, for which the alternative Regions should be searched.
ReturnNearestCityRegions This property is a control-parameter for the AirportCode-based search-algorithm of the GetRegions - Method.
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

RegionsRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Region | RegionsResponse