Exemption Certificate Management

CertCapture RESTful APIs

TaxCodeModel

Represents a tax code that can be applied to items on a transaction. A tax code can have specific rules for specific jurisdictions that change the tax calculation behavior.

This model is used in the following APIs:

Parameters
idOptional
integer

The unique ID number of this tax code.

companyIdOptional
integer

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

taxCodeRequired
string

A code string that identifies this tax code.

taxCodeTypeIdRequired
string

The type of this tax code.

descriptionOptional
string

A friendly description of this tax code.

parentTaxCodeOptional
string

If this tax code is a subset of a different tax code, this identifies the parent code.

isPhysicalOptional
boolean

True if this tax code type refers to a physical object. Read only field.

goodsServiceCodeOptional
integer

The Avalara Goods and Service Code represented by this tax code.

entityUseCodeOptional
string

The Avalara Entity Use Code represented by this tax code.

isActiveOptional
boolean

True if this tax code is active and can be used in transactions.

isSSTCertifiedOptional
boolean

True if this tax code has been certified by the Streamlined Sales Tax governing board. By default, you should leave this value empty.

createdDateOptional
string

The date when this record was created.

createdUserIdOptional
integer

The User ID of the user who created this record.

modifiedDateOptional
string

The date/time when this record was last modified.

modifiedUserIdOptional
integer

The user ID of the user who last modified this record.