Documentation of the CarRentalAgentService

ReservationRequest Class

Use this class to create a Request for an operation to retrieve a single Reservation.

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

System.Object
   Request
      ReservationRequest

public class ReservationRequest : 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 GetReservation - Method.

This Request should be used to retrieve a single Reservation, whose Id is known by the caller. If you are looking for a way to search trough all Reservations of a customer, the GetReservationList - Method may fit to your needs.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

ReservationRequest Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Reservation | ReservationResponse