Avalara · Example Payload

Avatax Rest Account Model Example

Taxes

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

Top-level fields

idnameeffectiveDateendDateaccountStatusIdcreatedDatemodifiedDate

Example Payload

Raw ↑
{
  "id": 42,
  "name": "Sample Name",
  "effectiveDate": "2025-04-15",
  "endDate": "2025-04-15",
  "accountStatusId": "Inactive",
  "createdDate": "2025-04-15T14:30:00Z",
  "modifiedDate": "2025-04-15T14:30:00Z"
}