Documentation of the CarRentalAgentService

RateServiceUpsellRequest.ArrivalLocationId Property

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

public  ArrivalLocationId {get; set;}

Remarks

This property is optional. If neither ArrivalRegionId nor ArrivalLocationId is provided by the calling booking module, the Request is treated as the customer wants to arrive at the same place where the car rental starts (that is either DepartureRegionId or DepartureLocationId). The value for this parameter should be taken from the ArrivalLocationId-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 ArrivalRegionId 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