{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "name": "Root Financial",
  "people_count": 10,
  "description": "Root Financial is a financial services company",
  "industry": "Financial Services",
  "created_at": "2024-01-22T05:07:31
  "updated_at": "2024-01-22T05:07:31"
}

The Companies Data Model simplifies the handling and retrieval of companies-related information across various ecommerce platforms.

  • Unified Companies properties: The model provides a unified representation of companies properties across different platforms, enabling you to easily access and manage companies data from different platforms.
  • Comprehensive companies information: The model provides a comprehensive representation of companies data, including all the properties and relationships that you can retrieve for an contact.

Attributes

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the company
namestringThe name of the company
people_countintegerThe number of people in the company
descriptionstringThe description of the company
industrystringThe industry of the company
created_atdateThe date and time the company was created
updated_atdateThe date and time the company was updated
{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "name": "Root Financial",
  "people_count": 10,
  "description": "Root Financial is a financial services company",
  "industry": "Financial Services",
  "created_at": "2024-01-22T05:07:31
  "updated_at": "2024-01-22T05:07:31"
}