getVatRequiredCountryCodes


SoftLayer_Locale_Country::getVatRequiredCountryCodes

Description

This method will return an array of ISO 3166 Alpha-2 country codes that use a Value-Added Tax (VAT) ID. Note the difference between SoftLayer_Locale_Country::getVatCountries - this method will provide country codes where a VAT ID is required for onboarding to IBM Cloud.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • string[]
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Locale_Country/getVatRequiredCountryCodes'