Avalara · JSON Structure

Excise Excise Location Structure

ExciseLocation schema from Avalara API

Type: object Properties: 5
Taxes

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

Properties

locationId locationName locationType address irsTerminalCode

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/excise-excise-location-structure.json",
  "description": "ExciseLocation schema from Avalara API",
  "type": "object",
  "properties": {
    "locationId": {
      "type": "string"
    },
    "locationName": {
      "type": "string"
    },
    "locationType": {
      "type": "string",
      "enum": [
        "Terminal",
        "Warehouse",
        "BulkPlant",
        "Retail",
        "Blender",
        "Refinery"
      ]
    },
    "address": {
      "$ref": "#/components/schemas/ExciseAddress"
    },
    "irsTerminalCode": {
      "type": "string"
    }
  },
  "name": "ExciseLocation"
}