Avalara · Example Payload

Avatax Brazil Brazil Tax Detail Example

Taxes

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

Top-level fields

taxTypetaxBasetaxRatetaxAmountexemptAmountcstCode

Example Payload

Raw ↑
{
  "taxType": "ICMS",
  "taxBase": 100.0,
  "taxRate": 100.0,
  "taxAmount": 100.0,
  "exemptAmount": 100.0,
  "cstCode": "US"
}