Avalara · Example Payload

Shared Company Service Shared Contact Example

Taxes

Shared Company Service Shared Contact 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

contactIdfirstNamelastNameemailphonetitleisPrimary

Example Payload

Raw ↑
{
  "contactId": "12345",
  "firstName": "Sample Name",
  "lastName": "Sample Name",
  "email": "user@example.com",
  "phone": "sample-value",
  "title": "sample-value",
  "isPrimary": true
}