Exemption Certificate Management
CertCapture RESTful APIs
CertificateJurisdictionModel
Represents a jurisdiction associated with a certificate. A certificate can be linked to one or more jurisdictions indicating the tax authority regions where the certificate applies.
Parameters
idOptional
integerUnique ID number
typeOptional
stringThe type of the jurisdiction (e.g., State, County, City).
nameOptional
stringThe name of the jurisdiction.
codeOptional
stringThe FIPS code or identifier for the jurisdiction.
isSalesTaxApplicableOptional
booleanWhether sales-tax exemption applies for this jurisdiction. Default true.
Set false to opt the jurisdiction out of the sales-tax validator while
keeping any taxTypeMappings rows in scope.
taxTypeMappingsOptional
arrayList of multi-tax mapping rows attached to this jurisdiction. Each row references
a TPS tax-type / sub-tax-type combination sourced from GET /v2/tax-types.