Unified.to · Schema

property_CrmEvent_company_ids

An array of company IDs associated with this event

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

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