Documentation of the CarRentalAgentService

ValidateRateRequest.EquipmentId3 Property

Gets or sets the unique id of the third Equipment the customer wants to rent along with the vehicle identified by VehicleId.

public  EquipmentId3 {get; set;}

Remarks

This property is optional.

Due to the fact that Equipments are strongly linked to the rental start Locations, the available Equipment has to be requested along with Locations. Please refer to Equipment for more detailed information.

For that reason the equipment is validated on Location-Level, which means that all Locations of the Region whose Id is handed over as DepartureRegionId are used to validate the equipment. To make sure, that the Equipment whose Id is handed over within this property, is realy available, its recommended, to use a variant of ValidateRate - Method with DepartureLocationId. In fact a , after the user has chosen the rental start Location.

See Also

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