Avalara · Example Payload

Certcapture Certificate Example

Taxes

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

Top-level fields

idcertificateNumberstatussignedDateexpirationDateexemptionNumberexemptionReasonexemptPercentageexposureZonecreatedDatemodifiedDate

Example Payload

Raw ↑
{
  "id": "12345",
  "certificateNumber": "sample-value",
  "status": "Active",
  "signedDate": "2025-04-15",
  "expirationDate": "2025-04-15",
  "exemptionNumber": "sample-value",
  "exemptionReason": "sample-value",
  "exemptPercentage": 100.0,
  "exposureZone": "sample-value",
  "createdDate": "2025-04-15T14:30:00Z",
  "modifiedDate": "2025-04-15T14:30:00Z"
}