Avalara · JSON Structure

Avatax Rest Tax Authority Info Structure

TaxAuthorityInfo schema from Avalara API

Type: object Properties: 4
Taxes

TaxAuthorityInfo is a JSON Structure definition published by Avalara, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

avalaraId jurisdictionName jurisdictionType signatureCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/avatax-rest-tax-authority-info-structure.json",
  "description": "TaxAuthorityInfo schema from Avalara API",
  "type": "object",
  "properties": {
    "avalaraId": {
      "type": "string"
    },
    "jurisdictionName": {
      "type": "string"
    },
    "jurisdictionType": {
      "type": "string"
    },
    "signatureCode": {
      "type": "string"
    }
  },
  "name": "TaxAuthorityInfo"
}