Documentation of the CarRentalAgentService

ReservationListRequest Class

Use this class to create a Request for an operation to retrieve a List of Reservations.

For a list of all members of this type, see ReservationListRequest Members.

System.Object
   Request
      ReservationListRequest

public class ReservationListRequest : Request

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

An instance of this class has to be used for a call to SOAP-Implementation of GetReservationList - Method.

As the name suggests, this Request allows to query all Reservations initiaed by the customer, the used Ticket has been created for. To reduce the number of delivered Reservations and thus the network traffic , there were some Filters integrated in the ReservationListRequest.

Attention: The number of returned Reservations is limited by sunnycars to currently 100 items. Thereby its irrelevant if a filter was set. The number of items is controlled by sunnycars and may be changed to fit your needs. Additionally, it has to be mentioned, that GetReservationList - Method delivers only the Reservations whose DepartureDateTime is in the future if none of the following filter property as been set in the ReservationListRequest:
- DriverFirstName
- DriverLastName
- RentalIntervalFrom
- RentalIntervalTo
- BookingIntervalFrom
- BookingIntervalTo

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

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