Documentation of the CarRentalAgentService

RateLinkRequest.FleetNumber Property

Gets or sets the FleetNumber of the DepartureLocations to store the Rates for.

public  FleetNumber {get; set;}

Remarks

This property is optional. The value of the property has an effect on the Rates stored by CreateRateLink - Method only if this RateLinkRequest should store the Rates of a Region-based search, that is when DepartureRegionId was set and DepartureLocationId is not.
If a valid FleetNumber is handed over herein only the Rates, that are available at Locations of this fleet will be stored.

Attention: Providing a FleetNumber for a Region, where no Location of this fleet exists, will result in an empty list of Rates. In that case, nothing is stored to the database for this RateLinkRequest.

See Also

RateLinkRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | FleetNumber