Documentation of the CarRentalAgentService

LinkedRateResponse.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

The value delivered herein is, the ArrivalRegionId used by the customer when creating the RateLink and thus to be used to initialize the corresponding controls of your booking module.

Due to the different call variants, this property may be delivered as '0'. This is the case if ArrivalRegionId was handed over as '0' while creating the RateLink. In this case ArrivalLocationId should have a value dissimilar from '0'. Otherwise, if both values are '0', neither the ArrivalRegionId nor the ArrivalLocationId were set, which means that the ArrivalRegionId/ArrivalLocationId is simmilar to the DepartureRegionId or the DepartureLocationId.

See Also

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