Avalara · Example Payload

Avatax Rest Company Model Example

Taxes

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

Top-level fields

idcompanyCodenameisDefaultisActivetaxpayerIdNumberhasProfileisReportingEntitydefaultCountrybaseCurrencyCodesstEffDateroundingLevelIdsstPIdcreatedDatemodifiedDate

Example Payload

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