Documentation of the CarRentalAgentService

EditReservationRequest.EquipmentId1Quantity Property

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

public  EquipmentId1Quantity {get; set;}

Remarks

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