Avalara · Example Payload

Avatax Brazil Calculation Request Example

Taxes

Avatax Brazil Calculation Request Example is an example object payload from Avalara, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

headerlines

Example Payload

Raw ↑
{
  "header": {
    "transactionType": "Sale",
    "companyLocation": "sample-value",
    "documentCode": "US",
    "transactionDate": "2025-04-15",
    "currency": "BRL"
  },
  "lines": [
    "sample-value"
  ]
}