Documentation of the CarRentalAgentService

CancelReservationRequest Class

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

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

System.Object
   Request
      CancelReservationRequest

public class CancelReservationRequest : 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 already cancelled Reservation(see: ReservationStatus) remains unchanged. The CancelReservationResponse reports this issue in that case as an error. This Request has to be used to call CancelReservation - Method.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

CancelReservationRequest Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Reservation | CancelReservationResponse