Avalara · JSON Structure

Shared Company Service Shared Contact Structure

SharedContact schema from Avalara API

Type: object Properties: 7
Taxes

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

Properties

contactId firstName lastName email phone isPrimary name

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/shared-company-service-shared-contact-structure.json",
  "description": "SharedContact schema from Avalara API",
  "type": "object",
  "properties": {
    "contactId": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "email": {
      "type": "string",
      "format": "email"
    },
    "phone": {
      "type": "string"
    },
    "isPrimary": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    }
  },
  "name": "SharedContact"
}