Avalara · Example Payload

Avatax Brazil Calculation Result Line Example

Taxes

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

Top-level fields

lineCodetaxestotalTax

Example Payload

Raw ↑
{
  "lineCode": "US",
  "taxes": [
    "sample-value"
  ],
  "totalTax": 100.0
}