Avalara · Example Payload

Avatax Rest Certificate Model Example

Taxes

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

Top-level fields

idcompanyIdsignedDateexpirationDateexemptionNumberexemptPercentageexemptionReasonstatuscreatedDatemodifiedDate

Example Payload

Raw ↑
{
  "id": 42,
  "companyId": 42,
  "signedDate": "2025-04-15",
  "expirationDate": "2025-04-15",
  "exemptionNumber": "sample-value",
  "exemptPercentage": 100.0,
  "exemptionReason": {
    "id": 42,
    "name": "Sample Name"
  },
  "status": "Active",
  "createdDate": "2025-04-15T14:30:00Z",
  "modifiedDate": "2025-04-15T14:30:00Z"
}