Avalara · Example Payload

Excise Tax Determination Response Example

Taxes

Excise Tax Determination Response 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

statustransactionLinestotalTaxAmount

Example Payload

Raw ↑
{
  "status": "Success",
  "transactionLines": [
    "sample-value"
  ],
  "totalTaxAmount": 100.0
}