Avalara · Example Payload

Certcapture Cert Capture Customer Example

Taxes

Certcapture Cert Capture Customer 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

idcustomerCodenameline1cityregionpostalCodecountryemailAddressphoneNumber

Example Payload

Raw ↑
{
  "id": "12345",
  "customerCode": "US",
  "name": "Sample Name",
  "line1": "sample-value",
  "city": "sample-value",
  "region": "sample-value",
  "postalCode": "US",
  "country": "sample-value",
  "emailAddress": "user@example.com",
  "phoneNumber": "sample-value"
}