Documentation of the CarRentalAgentService

RegionsRequest.Name Property

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

public  Name {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 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 RegionsRequest. 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 to enable the search-algorithm to find Airport-Regions the IncludeAirportCodes-property has to be set to "True" as it is "False" per default.

The CarRentalAgentService provides the possiblity to recognize some kind of mispelling in the search-string handed over in this property. For more information, how to use this ability, please refer to PhoneticSearch-property.

See Also

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