Exemptions

Get exemption by id

The Get Exemption By ID API retrieves a specific exemption record by its unique ID. This API is useful for retrieving detailed information about a particular exemption, including its associated customer, organisation id, status, etc.

get/v1/exemptions/{exemption_id}

Path parameters

exemption_idstring required

The unique identifier for the exemption being retrieved.

The unique identifier for the exemption being retrieved.

Headers

x-organization-idstring nullable required

The unique identifier for the organization making the request

The unique identifier for the organization making the request

Response

Successfully retrieved exemption by id

exemption_type'customer' | 'wholesale' | 'transaction' | 'reverse_charge' required
jurisdictionstring nullable

The jurisdiction identifier for the exemption

country_code'AF' | 'AX' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AQ' | 'AG' | 'AR' | 'AM' | 'AW' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BQ' | 'BA' | 'BW' | 'BV' | 'BR' | 'IO' | 'BN' | 'BG' | 'BF' | 'BI' | 'CV' | 'KH' | 'CM' | 'CA' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'CG' | 'CD' | 'CK' | 'CR' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'SZ' | 'ET' | 'FK' | 'FO' | 'FJ' | 'FI' | 'FR' | 'GF' | 'PF' | 'TF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GP' | 'GU' | 'GT' | 'GG' | 'GN' | 'GW' | 'GY' | 'HT' | 'HM' | 'VA' | 'HN' | 'HK' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IM' | 'IL' | 'IT' | 'CI' | 'JM' | 'JP' | 'JE' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KP' | 'KR' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MQ' | 'MR' | 'MU' | 'YT' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'ME' | 'MS' | 'MA' | 'MZ' | 'MM' | 'NA' | 'NR' | 'NP' | 'NL' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'MK' | 'MP' | 'NO' | 'OM' | 'PK' | 'PW' | 'PS' | 'PA' | 'PG' | 'PY' | 'PE' | 'PH' | 'PN' | 'PL' | 'PT' | 'PR' | 'QA' | 'RE' | 'RO' | 'RU' | 'RW' | 'BL' | 'SH' | 'KN' | 'LC' | 'MF' | 'PM' | 'VC' | 'WS' | 'SM' | 'ST' | 'SA' | 'SN' | 'RS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'GS' | 'SS' | 'ES' | 'LK' | 'SD' | 'SR' | 'SJ' | 'SE' | 'CH' | 'SY' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TL' | 'TG' | 'TK' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TC' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'US' | 'UM' | 'UY' | 'UZ' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'ZM' | 'ZW' | 'XK' | 'ZZ_EU'
start_datestring date required

Start date for the exemption validity period (YYYY-MM-DD format)

end_datestring date nullable

End date for the exemption validity period (YYYY-MM-DD format)

customer_idstring nullable

Unique identifier for the customer associated with the exemption

transaction_idstring nullable

Unique identifier for the transaction associated with the exemption, if applicable.

resellerboolean

Indicates whether the exemption is for a reseller

FEINstring nullable

Federal Employer Identification Number associated with the exemption.

sales_tax_idstring nullable

Sales tax ID for the exemption

status'ACTIVE' | 'INACTIVE' | 'EXPIRED' | 'DEACTIVATED' | 'ARCHIVED'
idstring required
customer_namestring nullable
attachment_idstring nullable

Changes

Changed in 1 of the 2 revisions of this API.111260

  • 6ba4f4c774c3111260See the full diff
    • added the new required header request parameter x-organization-id

      new-required-request-parameter

    • response property FEIN list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property attachment_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property customer_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property customer_name list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property end_date list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property jurisdiction list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property sales_tax_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property transaction_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • the country_code response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the status response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • added the new reverse_charge enum value to the exemption_type response property for the response status 200

      response-property-enum-value-added

    • the endpoint scheme security APIKeyHeader was added to the API

      api-security-added

    • the endpoint scheme security APIKeyHeader AND CustomHeader was removed from the API

      api-security-removed

    • added CountryCodeEnum subschema #2 to the country_code response property anyOf list for the response status 200

      response-property-any-of-added

    • added ExemptionStatus subschema #2 to the status response property anyOf list for the response status 200

      response-property-any-of-added

    • removed the ACTIVE enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the AD enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AF enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AI enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AL enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AQ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ARCHIVED enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the AS enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AT enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AU enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AW enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AX enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the AZ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BB enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BD enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BF enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BH enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BI enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BJ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BL enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BN enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BQ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BS enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BT enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BV enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BW enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BY enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the BZ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CC enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CD enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CF enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CH enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CI enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CK enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CL enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CN enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CU enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CV enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CW enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CX enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CY enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the CZ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the DE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the DEACTIVATED enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the DJ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the DK enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the DM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the DO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the DZ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the EC enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the EE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the EG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the EH enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ER enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ES enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ET enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the EXPIRED enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the FI enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the FJ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the FK enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the FM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the FO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the FR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GB enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GD enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GF enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GH enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GI enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GL enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GN enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GP enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GQ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GS enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GT enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GU enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GW enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the GY enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the HK enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the HM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the HN enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the HR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the HT enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the HU enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ID enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the IE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the IL enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the IM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the IN enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the INACTIVE enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • removed the IO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the IQ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the IR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the IS enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the IT enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the JE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the JM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the JO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the JP enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the KE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the KG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the KH enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the KI enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the KM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the KN enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the KP enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the KR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the KW enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the KY enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the KZ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the LA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the LB enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the LC enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the LI enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the LK enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the LR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the LS enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the LT enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the LU enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the LV enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the LY enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MC enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MD enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ME enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MF enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MH enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MK enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ML enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MN enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MP enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MQ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MS enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MT enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MU enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MV enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MW enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MX enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MY enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the MZ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NC enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NF enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NI enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NL enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NP enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NU enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the NZ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the OM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PF enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PH enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PK enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PL enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PN enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PS enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PT enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PW enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the PY enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the QA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the RE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the RO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the RS enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the RU enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the RW enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SB enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SC enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SD enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SH enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SI enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SJ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SK enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SL enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SN enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SS enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ST enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SV enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SX enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SY enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the SZ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TC enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TD enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TF enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TH enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TJ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TK enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TL enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TN enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TO enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TR enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TT enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TV enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TW enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the TZ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the UA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the UG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the UM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the US enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the UY enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the UZ enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the VA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the VC enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the VE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the VG enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the VI enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the VN enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the VU enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the WF enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the WS enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the XK enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the YE enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the YT enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ZA enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ZM enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ZW enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    • removed the ZZ_EU enum value from the country_code response property for the response status 200

      response-property-enum-value-removed

    This revision's changelog hit the recording limit, so it may not list every change to this endpoint.

    This revision also has 362 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog