Avalara · Example Payload

Avatax Rest Tax Rule Model Example

Taxes

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

Top-level fields

idcompanyIdtaxCodeIdtaxCodestateFIPSjurisNamejurisCodejurisTypeIdrateTypeIdruleTypeIdisAllJuris

Example Payload

Raw ↑
{
  "id": 42,
  "companyId": 42,
  "taxCodeId": 42,
  "taxCode": "US",
  "stateFIPS": "sample-value",
  "jurisName": "Sample Name",
  "jurisCode": "US",
  "jurisTypeId": "12345",
  "rateTypeId": "12345",
  "ruleTypeId": "12345",
  "isAllJuris": true
}