Avalara · JSON Structure

Communications Calc Taxes Response Structure

CalcTaxesResponse schema from Avalara API

Type: object Properties: 1
Taxes

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

Properties

inv

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/communications-calc-taxes-response-structure.json",
  "description": "CalcTaxesResponse schema from Avalara API",
  "type": "object",
  "properties": {
    "inv": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/InvoiceResult"
      }
    }
  },
  "name": "CalcTaxesResponse"
}