{
  "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": "Deal 1",
  "amount": 1000,
  "company_id": "123456",
  "contact_id": "123456",
  "stage_id": "123456",
  "currency": "USD",
  "status": "Open",
  "close_date": "2024-01-22T05:07:31.000Z",
  "created_at": "2024-01-22T05:07:31
  "updated_at": "2024-01-22T05:07:31.000Z"
}

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

  • Unified Deals properties: The model provides a unified representation of deals properties across different platforms, enabling you to easily access and manage deals data from different platforms.
  • Comprehensive deals information: The model provides a comprehensive representation of deals 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 deals
namestringThe name of the deal
amountfloatThe amount of the deal
company_idstringThe company ID associated with the deal
contact_idstringThe contact ID associated with the deal
stage_idstringThe stage ID of the deal
currencystringThe currency of the deal
statusstringThe status of the deal
close_datestringThe close date of the deal
created_atdateThe date and time the deal was created
updated_atdateThe date and time the deal was last 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": "Deal 1",
  "amount": 1000,
  "company_id": "123456",
  "contact_id": "123456",
  "stage_id": "123456",
  "currency": "USD",
  "status": "Open",
  "close_date": "2024-01-22T05:07:31.000Z",
  "created_at": "2024-01-22T05:07:31
  "updated_at": "2024-01-22T05:07:31.000Z"
}