Documentation of the CarRentalAgentService

ValidateRateRequest.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 ValidateRate - Method will perform a Location based search concering the dropoff Location, 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

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