Documentation of the CarRentalAgentService

RegionsTreeRequest.ParentId Property

Gets or sets the unique id of the parent-Region for which all available sub-Regions including their Locations 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 RegionsTreeRequest: - RegionName
- ParentId

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 Arrival-Regions will not be checked for dropoff-stopsales if DepartureDateTime and ArrivalDateTime are not handed over within this request.

Hint: If a value of -1 is handed over herein, all toplevel-Regions will be returned in the corresponding RegionsTreeResponse.

See Also

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