Documentation of the CarRentalAgentService

RateServiceUpsellRequest.DepartureRegionId Property

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

public  DepartureRegionId {get; set;}

Remarks

This property is optional, but either DepartureRegionId or DepartureLocationId has to be set. The value for this parameter should be taken from the DepartureRegionId-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 DepartureLocationId 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