Avalara · Example Payload

Business Account Registration Example

Taxes

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

Top-level fields

companyNamefirstNamelastNameemailphoneNumberaddresspartnerCode

Example Payload

Raw ↑
{
  "companyName": "Sample Name",
  "firstName": "Sample Name",
  "lastName": "Sample Name",
  "email": "user@example.com",
  "phoneNumber": "sample-value",
  "address": {
    "line1": "sample-value",
    "city": "sample-value",
    "region": "sample-value",
    "postalCode": "US",
    "country": "sample-value"
  },
  "partnerCode": "US"
}