Avalara · Example Payload

Avalara Company Example

Taxes

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

Top-level fields

idcompanyCodenameaccountIdparentCompanyIdisDefaultisActivetaxpayerIdNumberhasProfileisReportingEntitydefaultCountrybaseCurrencyCoderoundingLevelIdnexuslocationscreatedDatemodifiedDate

Example Payload

Raw ↑
{
  "id": 42,
  "companyCode": "US",
  "name": "Sample Name",
  "accountId": 42,
  "parentCompanyId": 42,
  "isDefault": true,
  "isActive": true,
  "taxpayerIdNumber": "sample-value",
  "hasProfile": true,
  "isReportingEntity": true,
  "defaultCountry": "sample-value",
  "baseCurrencyCode": "US",
  "roundingLevelId": "Line",
  "nexus": [
    "sample-value"
  ],
  "locations": [
    "sample-value"
  ],
  "createdDate": "2025-04-15T14:30:00Z",
  "modifiedDate": "2025-04-15T14:30:00Z"
}