Documentation of the CarRentalAgentService

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

The value delivered herein is, the ArrivalLocationId 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 ArrivalLocationId was handed over as '0' while creating the RateLink. In this case ArrivalRegionId 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

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