Returns a map where the key is the calendar year and the value is the list of source tax codes for the specified region.
GET
/api-v1/contact/source-tax-codes/{regionId}
curl \
--request GET 'https://wyzio.app/api-v1/contact/source-tax-codes/{regionId}'
Response examples (200)
{
"additionalProperty1": [
"string"
],
"additionalProperty2": [
"string"
]
}