Documentation of the CarRentalAgentService

RegionsTreeRequest.RegionName Property

Gets or sets the Region name wildcard for which the operation should search.

public  RegionName {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 search-string is treated as language dependent Region-Name, which means that the CarRentalAgentService searches in the Language handed over in LanguageCode-property of this RegionsTreeRequest. The name-based search-algorithm isn't case-sensitive. The search-string handed over herein may or may not be a IATA three letter Code, but it must at least consist of three characters.

See Also

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