Documentation of the CarRentalAgentService

EditReservationRequest.EquipmentId3Quantity Property

Gets or sets the quantity of the third Equipment the customer requests along with his car rental.

public  EquipmentId3Quantity {get; set;}

Remarks

This property is optional, but a value greather than '0' has to be handed over in case EquipmentId3 has been set. Attention : If there was already Equipment assigned to the Reservation before, it has to be handed over again as not doing so results in cancellation of the equipment. Equipments assigned to the Reservation are delivered by GetReservation - Method or GetReservationList - Method.

See Also

EditReservationRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace