Avalara · Schema

TransactionBatch

Taxes

Properties

Name Type Description
companyId string
transactions array
View JSON Schema on GitHub

JSON Schema

avalara-transactionbatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionBatch",
  "title": "TransactionBatch",
  "type": "object",
  "properties": {
    "companyId": {
      "type": "string"
    },
    "transactions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/VATTransaction"
      }
    }
  }
}