Documentation of the CarRentalAgentService

EditReservationRequest Class

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

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

System.Object
   Request
      EditReservationRequest

public class EditReservationRequest : 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 EditReservation - Method. If any property of a Reservation shouldn't be changed it has to be handed over as returned in the Reservation-object by GetReservation - Method or GetReservationList - Method. This is true for each property, even if it's not mentioned explicitly in the summary or remarks section. The value represented by an optional Property gets deleted silently, if it's not handed over within the EditReservationRequest.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

EditReservationRequest Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Reservation | EditReservationResponse