Exemption Certificate Management

CertCapture RESTful APIs

CustomTaxJurisdictionInputModel

Describes a single jurisdiction in which a custom tax is applicable.
This is the input variant used when creating or updating a custom tax. Each jurisdiction identifies a region of applicability for the parent custom tax.

Parameters
jurisdictionTypeIdRequired
string

The type of jurisdiction this is, e.g. State or City.

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

The code identifying this jurisdiction, in combination with the jurisdictionTypeId.

effectiveDateOptional
string

Optionally set a different effective date for this jurisdiction. This date cannot be earlier than the base effective date set for the entire custom tax. When omitted, the jurisdiction inherits the custom tax's effective date.

endDateOptional
string

Optionally set a different expiration date for this jurisdiction. This date cannot be later than the base expiration date set for the entire custom tax. When omitted, the jurisdiction inherits the custom tax's end date.