Anrok · Example Payload

Create Certificate Request

Example request body for creating a customer exemption certificate

Sales TaxVATTax ComplianceSaaSFintechTax AutomationNexusE-Invoicing

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

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "Create an exemption certificate",
  "description": "Example request body for creating a customer exemption certificate",
  "value": {
    "customerId": "cust_123",
    "customerName": "Acme Corp",
    "jurisdictions": [
      "CA",
      "NY"
    ],
    "expirationDate": "2025-12-31"
  }
}