Avalara · Example Payload

Certcapture Certificate Create Request Example

Taxes

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

Top-level fields

exemptionNumberexemptionReasonexposureZonesignedDateexpirationDateexemptPercentagecustomerCodeattributes

Example Payload

Raw ↑
{
  "exemptionNumber": "sample-value",
  "exemptionReason": "sample-value",
  "exposureZone": "sample-value",
  "signedDate": "2025-04-15",
  "expirationDate": "2025-04-15",
  "exemptPercentage": 100.0,
  "customerCode": "US",
  "attributes": [
    "sample-value"
  ]
}