Documentation of the CarRentalAgentService

RegionsRequest.PickupLocationId Property

Gets or sets the unique id of the pickup-Location for which all available arrival (return) Regions are requested.

public  PickupLocationId {get; set;}

Remarks

This property is optional, but one of the following properties has to be set, to create a valid RegionsRequest: - Name
- CountryCode
- ParentId
- PickupRegionId
- PickupLocationId
- AirportCode

The returned Arrival-Regions will not be checked for dropoff-stopsales if DepartureDateTime and ArrivalDateTime are not handed over within this Request.

See Also

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