Avalara · Example Payload

Excise Excise Tax Detail Example

Taxes

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

Top-level fields

taxTypejurisdictiontaxRatetaxAmounttaxableAmountexemptAmountrateType

Example Payload

Raw ↑
{
  "taxType": "sample-value",
  "jurisdiction": "sample-value",
  "taxRate": 100.0,
  "taxAmount": 100.0,
  "taxableAmount": 100.0,
  "exemptAmount": 100.0,
  "rateType": "PerUnit"
}