Avalara · JSON Structure

Avatax Brazil Calculation Response Structure

CalculationResponse schema from Avalara API

Type: object Properties: 2
Taxes

CalculationResponse 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

header lines

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/avatax-brazil-calculation-response-structure.json",
  "description": "CalculationResponse schema from Avalara API",
  "type": "object",
  "properties": {
    "header": {
      "type": "object",
      "properties": {
        "transactionId": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      }
    },
    "lines": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CalculationResultLine"
      }
    }
  },
  "name": "CalculationResponse"
}