Avalara · JSON Structure

Avatax Rest Multi Document Line Item Model Structure

MultiDocumentLineItemModel schema from Avalara API

Type: object Properties: 7
Taxes

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

Properties

companyCode reportingLocationCode number quantity amount taxCode addresses

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-multi-document-line-item-model-structure.json",
  "description": "MultiDocumentLineItemModel schema from Avalara API",
  "type": "object",
  "properties": {
    "companyCode": {
      "type": "string"
    },
    "reportingLocationCode": {
      "type": "string"
    },
    "number": {
      "type": "string"
    },
    "quantity": {
      "type": "double"
    },
    "amount": {
      "type": "double"
    },
    "taxCode": {
      "type": "string"
    },
    "addresses": {
      "type": "object",
      "properties": {
        "shipFrom": {
          "$ref": "#/components/schemas/AddressInfo"
        },
        "shipTo": {
          "$ref": "#/components/schemas/AddressInfo"
        }
      }
    }
  },
  "name": "MultiDocumentLineItemModel"
}