Avalara · JSON Structure

Communications Exclusion Structure

Exclusion schema from Avalara API

Type: object Properties: 4
Taxes

Exclusion 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

excl ctry st excl_name

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-exclusion-structure.json",
  "description": "Exclusion schema from Avalara API",
  "type": "object",
  "properties": {
    "excl": {
      "type": "int32",
      "description": "Exclusion type"
    },
    "ctry": {
      "type": "string"
    },
    "st": {
      "type": "string"
    },
    "excl_name": {
      "type": "string"
    }
  },
  "name": "Exclusion"
}