Documentation of the CarRentalAgentService

RegionsRequest.ParentId Property

Gets or sets the unique id of the parent-Region for which all available sub-Regions are requested.

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

The returned Regions will not be checked for stopsales if DepartureDateTime and ArrivalDateTime are not handed over within this request.

See Also

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