Avalara · Example Payload

Avatax Rest Item Model Example

Sample description

Taxes

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

Top-level fields

idcompanyIditemCodetaxCodedescriptioncategory

Example Payload

Raw ↑
{
  "id": 42,
  "companyId": 42,
  "itemCode": "US",
  "taxCode": "US",
  "description": "Sample description",
  "category": "sample-value"
}