Avalara · Example Payload

Avatax Rest Nexus Model Example

Taxes

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

Top-level fields

idcompanyIdcountryregionjurisTypeIdjurisdictionTypeIdjurisCodejurisNameeffectiveDateendDatenexusTypeIdhasLocalNexus

Example Payload

Raw ↑
{
  "id": 42,
  "companyId": 42,
  "country": "sample-value",
  "region": "sample-value",
  "jurisTypeId": "STA",
  "jurisdictionTypeId": "12345",
  "jurisCode": "US",
  "jurisName": "Sample Name",
  "effectiveDate": "2025-04-15",
  "endDate": "2025-04-15",
  "nexusTypeId": "None",
  "hasLocalNexus": true
}