Avalara · Example Payload

Business Account Response Example

Taxes

Business Account Response Example is an example object payload from Avalara, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountIdaccountNumbercompanyNamestatuscreatedDate

Example Payload

Raw ↑
{
  "accountId": "12345",
  "accountNumber": "sample-value",
  "companyName": "Sample Name",
  "status": "Active",
  "createdDate": "2025-04-15T14:30:00Z"
}