Documentation of the CarRentalAgentService

RegionsRequest.CountryCode Property

Gets or sets the ISO 3166 two letter country code for which the Regions are requested.

public  CountryCode {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 returned Regions and Locations 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