Unified.to · Schema

property_CrmCompany_contact_ids

An array of contact IDs associated with this company

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-crmcompany-contact-ids-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CrmCompany_contact_ids",
  "title": "property_CrmCompany_contact_ids",
  "description": "An array of contact IDs associated with this company",
  "items": {
    "type": "string"
  },
  "type": "array"
}