Documentation of the CarRentalAgentService

RegionsRequest.PickupRegionId Property

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

public  PickupRegionId {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 HasLocations-property of the Region whose Id is handed over herein, has to be returned as "True" by the CarRentalAgentService, which means that the Id identifies a bottom-level Region.

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