Avalara · Example Payload

Avatax Rest Transaction Summary Example

Taxes

Avatax Rest Transaction Summary Example is an example object payload from Avalara, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countryregionjurisTypejurisCodejurisNametaxTyperatetaxtaxableexempt

Example Payload

Raw ↑
{
  "country": "sample-value",
  "region": "sample-value",
  "jurisType": "sample-value",
  "jurisCode": "US",
  "jurisName": "Sample Name",
  "taxType": "sample-value",
  "rate": 100.0,
  "tax": 100.0,
  "taxable": 100.0,
  "exempt": 100.0
}