Avalara · JSON Structure

Excise Transaction Party Structure

TransactionParty schema from Avalara API

Type: object Properties: 5
Taxes

TransactionParty 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

companyId locationId name address licenseNumber

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-transaction-party-structure.json",
  "description": "TransactionParty schema from Avalara API",
  "type": "object",
  "properties": {
    "companyId": {
      "type": "string"
    },
    "locationId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "address": {
      "$ref": "#/components/schemas/ExciseAddress"
    },
    "licenseNumber": {
      "type": "string"
    }
  },
  "name": "TransactionParty"
}