Exemption Certificate Management

CertCapture RESTful APIs

DynamicRuleGeneratedTaxRuleModel

Represents a tax rule that is generated or affected by a dynamic rule. This model mirrors structure of a standard tax rule with relevant fields.

Parameters
companyIdOptional
integer

The unique ID number of the company that owns this tax rule.

taxCodeOptional
string

For rules that apply to a specific tax code only, this specifies which tax code is affected by this rule.

The RateOverrideRule, BaseRule, and ExemptEntityRule rule types can be applied to all tax codes. To make a rule that applies to all tax codes, leave both fields blank.

The ProductTaxabilityRule rule must be associated with a tax code.

stateFIPSOptional
string

For U.S. tax rules, this is the state's Federal Information Processing Standard (FIPS) code.

This field is required for rules that apply to specific jurisdictions in the United States. It is not required if you set the isAllJuris flag to true.

jurisNameOptional
string

The name of the jurisdiction to which this tax rule applies.

jurisCodeOptional
string

The code of the jurisdiction to which this tax rule applies.

jurisdictionTypeIdOptional
string

The type of the jurisdiction to which this tax rule applies.

Custom tax rules can apply to a specific jurisdiction or to all jurisdictions.

To make a custom tax rule for US or Canada that applies to all jurisdictions of a specific type, see the isAllJuris field for more information.

Enum: Country, State, County, City, Special
taxTypeIdOptional
string

Some tax type groups contain multiple different types of tax. To create a rule that affects only one type of tax within a tax type group, set this value to the code matching the specific tax type within that group. The custom tax rule will then only apply to taxes calculated for that specific type.

For rules that affect all tax types, use the value A to match All tax types within that group.

taxTypeCodeOptional
string

Indicates the code of the tax type that applies to this rule.

taxRuleTypeIdOptional
string

This type value determines the behavior of the tax rule.

rateTypeCodeOptional
string

Indicates the code of the rate type that applies to this rule.

If you specify a value in the rateTypeCode field, this rule will cause tax lines that are affected by the rule to change to a different rate type code.

isAllJurisOptional
boolean

Allows you to make tax rules apply to lower jurisdictions. This feature is only available in the United States and Canada.

  • In the United States, this value can be used for rules written at the State jurisdictional level. If set to true, this rule will at the state level, county level, city level, and special jurisdiction level.
  • In Canada, this value can be used for rules written at the Country or State jurisdictional levels. If set to true, this rule will at all lower jurisdictional levels.

For any other use case, this value must be false.

valueOptional
number

This field has different behavior based on the type of the tax rule.

  • For a product taxability rule, this value is either 1 or 0, indicating taxable or non-taxable.
  • For a rate override rule, this value is the corrected rate stored as a decimal, for example, a rate of 5% would be stored as 0.05 decimal. If you use the special value of 1.0, only the cap and threshold values will be applied and the rate will be left alone.
capOptional
number

The maximum cap for the price of this item according to this rule. Any amount above this cap will not be subject to this rule.

For example, if you must pay 5% of a product's value up to a maximum value of $1000, you would set the cap to 1000.00 and the value to 0.05.

thresholdOptional
number

The per-unit threshold that must be met before this rule applies.

For example, if your product is nontaxable unless it is above $100 per product, you would set the threshold value to 100. In this case, the rate for the rule would apply to the entire amount above $100.

You can also create rules that make the entire product taxable if it exceeds a threshold, but is nontaxable if it is below the threshold. To choose this, set the options field to the value TaxAll.

effectiveDateOptional
string

The first date at which this rule applies. If null, this rule will apply to all dates prior to the end date.

endDateOptional
string

The last date for which this rule applies. If null, this rule will apply to all dates after the effective date.

descriptionOptional
string

A friendly name for this tax rule.

entityUseCodeOptional
string

The entity use code to which this rule applies.

sourcingOptional
string

The sourcing types to which this rule applies.

countyFIPSOptional
string

For U.S. tax rules, this is the county's Federal Information Processing Standard (FIPS) code.

This field is required for rules that apply to specific jurisdictions in the United States. It is not required if you set the isAllJuris flag to true.

countryOptional
string

Name or ISO 3166 code identifying the country where this rule will apply.

This field supports many different country identifiers:

  • Two character ISO 3166 codes
  • Three character ISO 3166 codes
  • Fully spelled out names of the country in ISO supported languages
  • Common alternative spellings for many countries
regionOptional
string

Name or ISO 3166 code identifying the region where this rule will apply.

This field supports many different region identifiers:

  • Two and three character ISO 3166 region codes
  • Fully spelled out names of the region in ISO supported languages
  • Common alternative spellings for many regions
taxTypeGroupOptional
string

This field has different behavior based on the type of rule.

  • For a product taxability rule, if the rule applies to an item, this value will override the tax type group of the original product.
  • For other rules, this value determines what tax type groups will be affected by the rule.
taxSubTypeOptional
string

This field has different behavior based on the type of rule.

  • For a product taxability rule, if the rule applies to an item, this value will override the tax sub type of the original product.
  • For other rules, this value determines what tax sub types will be affected by the rule.
currencyCodeOptional
string

The currency code to use for this rule.

optionsOptional
string

Supports custom options for your tax rule.

tariffCodeOptional
string

The tariff code (HS Code) associated with this tax rule. On the TaxRuleModel, this must be converted to TaxRuleProductDetailModel.

unitOfBasisOptional
string

For tax rules that are calculated using units of measurement, this indicates the unit of measurement type used to calculate the amounts for this rule.