Avalara · JSON Structure

Certcapture Cert Capture Customer Structure

CertCaptureCustomer schema from Avalara API

Type: object Properties: 10
Taxes

CertCaptureCustomer is a JSON Structure definition published by Avalara, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id customerCode name line1 city region postalCode country emailAddress phoneNumber

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/certcapture-cert-capture-customer-structure.json",
  "description": "CertCaptureCustomer schema from Avalara API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "customerCode": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "line1": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "emailAddress": {
      "type": "string"
    },
    "phoneNumber": {
      "type": "string"
    }
  },
  "name": "CertCaptureCustomer"
}