Avalara · JSON Structure

Avatax Rest Transaction Line Model Structure

TransactionLineModel schema from Avalara API

Type: object Properties: 8
Taxes

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

Properties

id lineNumber lineAmount tax taxableAmount exemptAmount taxCode itemCode

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-rest-transaction-line-model-structure.json",
  "description": "TransactionLineModel schema from Avalara API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int64"
    },
    "lineNumber": {
      "type": "string"
    },
    "lineAmount": {
      "type": "double"
    },
    "tax": {
      "type": "double"
    },
    "taxableAmount": {
      "type": "double"
    },
    "exemptAmount": {
      "type": "double"
    },
    "taxCode": {
      "type": "string"
    },
    "itemCode": {
      "type": "string"
    }
  },
  "name": "TransactionLineModel"
}