Avalara · Example Payload

Avatax Rest Tax Rate Model Example

Taxes

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

Top-level fields

totalRaterates

Example Payload

Raw ↑
{
  "totalRate": 100.0,
  "rates": [
    {
      "rate": 100.0,
      "name": "Sample Name",
      "type": "Country"
    }
  ]
}