Documentation of the CarRentalAgentService

Location.Equipments Property

Gets or sets an array of Equipments available at this Location.

public  Equipments {get; set;}

Remarks

This property gets filled only, if the corresponding request-property was set to "True"(see: WithEquipments for instance). A Reservation with Equipments will always get the initial Status Requested.

If this property is wrongly returned as "null", the Response signals that by a Status of Failure and the corresponding Error-Message. Thereby it has to be treated as, there is no Equipment available in the database for this Location.

See Also

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