isEuropeanUnionCountry


SoftLayer_Locale_Country::isEuropeanUnionCountry

Description

Returns true if the country code is in the European Union (EU), false otherwise.

Parameters

Name Type Description
iso2CountryCode string Two-letter country code (ISO 3166-1 alpha-2)

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Locale_Country/isEuropeanUnionCountry'