List a tax rule's version timeline
Returns all versions for a tax rule ordered by effective_from. Active and scheduled versions are returned by default; pass include=all to include drafts and archived versions.
path Parameters
idTax rule UUID
query Parameters
includeSet to 'all' to include draft and archived versions
List a tax rule's version timeline › Responses
Versions list wrapped in envelope
Cancel a scheduled tax rule version
Archives the version and stamps cancelled_at so it never goes active. Cancellation is only available before the version has been applied. Tax rules don't expose unschedule because there's no draft state distinct from the active rule (each row IS a version).
path Parameters
idTax rule UUID
vidVersion UUID
Cancel a scheduled tax rule version › Responses
Cancelled version envelope
Reconfirm a stale tax rule version
Clears warnings on a scheduled version after the operator has acknowledged that an upstream change does not invalidate the scheduled payload. Use PUT to amend the payload itself.
path Parameters
idTax rule UUID
vidVersion UUID
Reconfirm a stale tax rule version › Responses
Reconfirmed version envelope