ExemptionUpdateRequest
- countryType: string · Countryrequired
ISO 3166-1 alpha-3 country code where the exemption applies (e.g., USA, GBR)
- exemptionType: string · ExemptionTypeenum
_type requiredScope of the exemption. full: 100% tax exempt, partial: reduced tax rate applies instead of the standard rate
values- full
- partial
- customerType: string · Customer IdFormat: uuid nullable
_id Reference to the customer this exemption belongs to
- endType: string · End DateFormat: date-time nullable
_date When the exemption expires (ISO8601 format, null = no expiration)
- exemptionType: stringenum nullable
_status Lifecycle status. active: applied to new transactions in matching jurisdictions, cancelled: revoked and no longer applied
values- active
- cancelled
- fileType: string · File IdFormat: uuid nullable
_id File UUID of a replacement exemption certificate. When provided, the new file is attached and
certificate_idon the response is updated to point to it. - jurisdictionsType: array string[] | null · Jurisdictions nullable
ISO 3166-2 subdivision codes where the exemption applies (e.g., US-CA, US-NY). Empty list means the exemption applies to all jurisdictions.
- startType: string · Start DateFormat: date-time nullable
_date When the exemption takes effect (ISO8601 format)