Deals
Overview
Deals Data Model simplifies the handling and retrieval of deals-related information across various crm platforms.
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
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the deals |
name | string | The name of the deal |
amount | float | The amount of the deal |
company_id | string | The company ID associated with the deal |
contact_id | string | The contact ID associated with the deal |
stage_id | string | The stage ID of the deal |
currency | string | The currency of the deal |
status | string | The status of the deal |
close_date | string | The close date of the deal |
created_at | date | The date and time the deal was created |
updated_at | date | The date and time the deal was last updated |