Avalara · Example Payload

Avatax Rest Batch Model Example

Taxes

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

Top-level fields

idcompanyIdnametypestatusrecordCountcurrentRecordcreatedDate

Example Payload

Raw ↑
{
  "id": 42,
  "companyId": 42,
  "name": "Sample Name",
  "type": "AvaCertUpdate",
  "status": "Waiting",
  "recordCount": 42,
  "currentRecord": 42,
  "createdDate": "2025-04-15T14:30:00Z"
}