Avalara · Example Payload

Avatax Rest Tax Code Model Example

Sample description

Taxes

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

Top-level fields

idcompanyIdtaxCodetaxCodeTypeIddescriptionisPhysicalisActive

Example Payload

Raw ↑
{
  "id": 42,
  "companyId": 42,
  "taxCode": "US",
  "taxCodeTypeId": "12345",
  "description": "Sample description",
  "isPhysical": true,
  "isActive": true
}