Documentation of the CarRentalAgentService

EditReservationRequest.EquipmentId2Quantity Property

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

public  EquipmentId2Quantity {get; set;}

Remarks

This property is optional, but a value greather than '0' has to be handed over in case EquipmentId2 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