Documentation of the CarRentalAgentService

Location.FleetNumber Property

Gets or sets the fleet number of this Location.

public  FleetNumber {get; set;}

Remarks

Even if a FleetNumber is delivered with each Rate itself, its not guaranteed that it must be available at all Locations having this FleetNumber set. To retrieve all Locations where a single Rate is available, there's only one variant of GetLocations - Method, namely GetLocationsP7. Certainly the Locations delivered by GetLocationsP7 will be of the same fleet as the Rate is.

See Also

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