Documentation of the CarRentalAgentService

RateServiceUpsellRequest.DepartureLocationId Property

Gets or sets the unique id of the Location where the customer wants to depart with Vehicle (rental start location).

public  DepartureLocationId {get; set;}

Remarks

This property is optional, but either DepartureLocationId or DepartureRegionId has to be set. The value for this parameter should be taken from the DepartureLocationId-property of a RatesRequest perfomed before.

The GetRateServiceUpsell - Method will perform a location based search, if this property is set by the caller. Therefore the property DepartureRegionId has to be handed over as '0', if a location based search shall be applied.

See Also

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