Avalara · Example Payload

Excise Tax Determination Line Example

Taxes

Excise Tax Determination Line Example is an example object payload from Avalara, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

lineNumberproductCodetaxestotalTax

Example Payload

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