Avalara · JSON Structure

Avatax Brazil Invoice Line Structure

InvoiceLine schema from Avalara API

Type: object Properties: 7
Taxes

InvoiceLine 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

lineNumber itemCode description quantity unitPrice ncmCode cfopCode

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-invoice-line-structure.json",
  "description": "InvoiceLine schema from Avalara API",
  "type": "object",
  "properties": {
    "lineNumber": {
      "type": "int32"
    },
    "itemCode": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "quantity": {
      "type": "double"
    },
    "unitPrice": {
      "type": "double"
    },
    "ncmCode": {
      "type": "string"
    },
    "cfopCode": {
      "type": "string"
    }
  },
  "name": "InvoiceLine"
}