Avalara · JSON Structure

Vat Reporting Transaction Batch Structure

TransactionBatch schema from Avalara API

Type: object Properties: 2
Taxes

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

Properties

companyId transactions

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/vat-reporting-transaction-batch-structure.json",
  "description": "TransactionBatch schema from Avalara API",
  "type": "object",
  "properties": {
    "companyId": {
      "type": "string"
    },
    "transactions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/VATTransaction"
      }
    }
  },
  "name": "TransactionBatch"
}