Avalara · JSON Structure

Communications Tax Profile Structure

TaxProfile schema from Avalara API

Type: object Properties: 4
Taxes

TaxProfile 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

profileId profileName description bundles

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/communications-tax-profile-structure.json",
  "description": "TaxProfile schema from Avalara API",
  "type": "object",
  "properties": {
    "profileId": {
      "type": "int32"
    },
    "profileName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "bundles": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "bundleId": {
            "type": "int32"
          },
          "bundleName": {
            "type": "string"
          }
        }
      }
    }
  },
  "name": "TaxProfile"
}