Avalara · JSON Structure

Excise Excise License Structure

ExciseLicense schema from Avalara API

Type: object Properties: 7
Taxes

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

Properties

licenseId licenseNumber licenseType issuingJurisdiction effectiveDate expirationDate status

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-license-structure.json",
  "description": "ExciseLicense schema from Avalara API",
  "type": "object",
  "properties": {
    "licenseId": {
      "type": "string"
    },
    "licenseNumber": {
      "type": "string"
    },
    "licenseType": {
      "type": "string"
    },
    "issuingJurisdiction": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "date"
    },
    "expirationDate": {
      "type": "date"
    },
    "status": {
      "type": "string",
      "enum": [
        "Active",
        "Expired",
        "Suspended",
        "Revoked"
      ]
    }
  },
  "name": "ExciseLicense"
}