Documentation of the CarRentalAgentService

ReservationListRequest Members

ReservationListRequest overview

Public Instance Constructors

ReservationListRequest Constructor Initializes a new instance of the ReservationListRequest class.

Public Instance Properties

BookingIntervalFromDateTime Gets or sets the begin of the booking period as date time string. The CreateDate of all delivered Reservations will be later than the date time, specified by this Value.
BookingIntervalFromDateTimeDateTime Gets or sets the begin of the rental period as date time. The booking date of all delivered Reservations will be later than the date time, specified by this Value. Attention: This Property isn't available at client-side because it's not serialized in XML.
BookingIntervalToDateTime Gets or sets the end of the booking period as date time string. The CreateDate of all delivered Reservations will be earlier than the date time, specified by this Value.
BookingIntervalToDateTimeDateTime Gets or sets the end of the rental period as date time. The booking date of all delivered Reservations will be earlier than the date time, specified by this Value. Attention: This Property isn't available at client-side because it's not serialized in XML.
BookingOfTypeAgency Gets or sets if the Reservations of BookingType Agency should be retrieved.
BookingOfTypeBroker Gets or sets if the Reservations of BookingType Broker should be retrieved.
BookingOfTypeDirect Gets or sets if the Reservations of BookingType Direct should be retrieved.
BookingOfTypeDirectLink Gets or sets if the Reservations of BookingType DirectLink should be retrieved.
DriverFirstName Gets or sets the first name of driver.
DriverLastName Gets or sets the last name of driver.
LanguageCode Gets or sets the ISO 639 two letter language code in which the requested Reservations should be retrieved.
Operation (inherited from Request) Gets or sets operational meta-data for the Request.
ReferenceNumber Gets or sets a reference number to identify a Reservation on operator's side.
RentalIntervalFromDateTime Gets or sets the begin of the rental period as date time string. The DepartureDateTime of all delivered Reservations will be later than the date time, specified by this Value.
RentalIntervalFromDateTimeDateTime Gets or sets the begin of the rental period as date time. The departure date of all delivered Reservations will be later than the date time, specified by this Value. Attention: This Property isn't available at client-side because it's not serialized in XML.
RentalIntervalToDateTime Gets or sets the end of the rental period as date time string. The ArrivalDateTime of all delivered Reservations will be earlier than the date time, specified by this Value.
RentalIntervalToDateTimeDateTime Gets or sets the end of the rental period as date time. The arrival date of all delivered Reservations will be earlier than the date time, specified by this Value. Attention: This Property isn't available at client-side because it's not serialized in XML.
ReservationStatus Gets or sets the ReservationStatus of the Reservations that should be retrieved.
Ticket (inherited from Request) Gets or sets the Ticket (containing the security token) for the Request.
TravelAgentCode Gets or sets the TravelAgentCode of the Employee that creates the requested Reservations.

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

ReservationListRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Reservation | ReservationListResponse