Documentation of the CarRentalAgentService

VehicleBuild Class

This class represents a vehicle build.

For a list of all members of this type, see VehicleBuild Members.

System.Object
   Data
      VehicleBuild

public class VehicleBuild : Data

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The VehicleBuild tells the body configuration of the offered Vehicle in machine readable and processible manner. The available VehicleBuilds can be requested by ussage of GetVehicleBuilds - Method. Thereby the VehicleBuilds are delivered as array in the VehicleBuildsResponse.

Attention:
Because of performance reasons, the VehicleBuild-objects are delivered as stubs wherever these objects are embedded in other objects. This is the case in Vehicle-objects of RatesResponse delivered by GetRates - Method, for instance. Thereby the following members of VehicleBuild-objects are filled:
- Code
- Name

The combination of language dependent information(returned by GetVehicleBuilds - Method) and stub information(returned by GetRates - Method) has to be done by the frontend.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

VehicleBuild Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | VehicleBuildsRequest | VehicleBuildsResponse