AvaTax for VAT

Version v2
APConfigSetting
Accounts
Addresses
AvaFileForms
Batches
CertExpressInvites
Certificates
Clerk
CommunicationCertificates
Companies
Compliance
Contacts
CostCenter
Customers
DataSources
Definitions
DistanceThresholds
DomainControlVerification
ECommerceToken
EcmEventNotifications
EcoNexusThreshold
FirmClientLinkages
FormTypeMapping
FundingRequests
GLAccount
Items
ItemsReverseSync
Jobs
JurisdictionOverrides
Locations
MultiDocument
Nexus
Notices
Notifications
Provisioning
Registrar
Reports
Settings
Subscriptions
TaxCodes
TaxContent
TaxRules
Transactions
Upcs
UserDefinedFields
Users
Utilities
VendorCertificates
Vendors

CustomTaxAdditionalCriteriaOutputModel

Optional additional criteria for when a custom tax should apply. This model is structurally identical to DynamicRuleDefinitionOutputModel but is kept as a distinct type so that the custom tax surface can evolve independently of the underlying dynamic rule definition. The nodes defined here are prepended to the main custom tax node when the custom tax is translated into a dynamic rule at persistence time.
This is the output variant returned by Custom Tax read endpoints.

Parameters
variablesOptional
array

Define fixed components with rule-wide scope. Variables are computed once and can be referenced by nodes in the execution graph via tokens such as {{Variables.MyVar}}.

nodesOptional
array

Define components which make up the execution graph. Each node represents a condition or action that runs as part of evaluating the custom tax; nodes are linked together via the next property on each component.