Documentation of the CarRentalAgentService

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

The value delivered herein is, the DepartureLocationId 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 DepartureLocationId was handed over as '0' while creating the RateLink. In this case DepartureRegionId must have a value dissimilar from '0'.

See Also

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