Documentation of the CarRentalAgentService

RateServiceUpsellRequest.ArrivalRegionId Property

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

public  ArrivalRegionId {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 ArrivalRegionId-property of a RatesRequest perfomed before.

The GetRateServiceUpsell - Method will perform a best-buy search(region based search), if this property is set by the caller. Therefore the property ArrivalLocationId has to be handed over as '0', if a best-buy search(region based search) shall be applied.

See Also

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