Avalara · Example Payload

Avatax Rest Transaction Model Example

Taxes

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

Top-level fields

idcodecompanyIddatestatustypetotalAmounttotalTaxtotalTaxabletotalExemptlinesaddressessummary

Example Payload

Raw ↑
{
  "id": 42,
  "code": "US",
  "companyId": 42,
  "date": "2025-04-15",
  "status": "Temporary",
  "type": "sample-value",
  "totalAmount": 100.0,
  "totalTax": 100.0,
  "totalTaxable": 100.0,
  "totalExempt": 100.0,
  "lines": [
    "sample-value"
  ],
  "addresses": [
    "sample-value"
  ],
  "summary": [
    "sample-value"
  ]
}