Documentation of the CarRentalAgentService

ValidateRateRequest.DepartureLocationId Property

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

public  DepartureLocationId {get; set;}

Remarks

This property is optional, but either DepartureLocationId or DepartureRegionId has to be set.

The ValidateRate - Method will perform a Location based search, if this property is set by the caller. Therefore the property DepartureRegionId 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