Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetReservationList. Retrieves a list of car rental Reservations.

public ReservationListResponse (
   String token,
   String languageCode,
   String travelAgentCode,
   String rentalIntervalFromDateTime,
   String rentalIntervalToDateTime,
   String bookingIntervalFromDateTime,
   String bookingIntervalToDateTime,
   String driverFirstName,
   String driverLastName,
   String reservationStatus,
   String bookingOfTypeAgency,
   String bookingOfTypeDirect,
   String bookingOfTypeDirectLink,
   String bookingOfTypeBroker,
   String referenceNumber
);

Parameters

String
string of the service Ticket.
String
The language code for the text values in the ReservationListResponse.
String
The "travel agent code" of the Employee that has created the requested Reservations.
String
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.
String
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.
String
The begin of the booking interval as date time. The booking date of all delivered Reservations will be later than the date time, specified by this Value.
String
The begin of the booking interval as date time. The booking date of all delivered Reservations will be earlier than the date time, specified by this Value.
String
The first name of driver.
String
The last name of driver.
String
The ReservationStatus of the Reservations that should be retrieved.
String
Flag to retrieve all Bookings of type "Agency", for the customer specified in the Ticket. For further Informations BookingType.
String
Flag to retrieve all Bookings of type "Direct", for the customer specified in the Ticket. For further Informations BookingType.
String
Flag to retrieve all Bookings of type "DirectLink", for the customer specified in the Ticket. For further Informations BookingType.
String
Flag to retrieve all Bookings of type "Broker", for the customer specified in the Ticket. For further Informations BookingType.
String
A reference number to identify the requested Reservation on operator's side.

Return Value

A ReservationListResponse containing the requested Reservations.

Remarks

Note   

This method is the simple typed method counterpart of the GetReservationList method.

If you are using SOAP-Protocol, we advise you to use GetReservationList method instead of this one.

If you are using POST-Protocol, use this method.

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace