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.
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 |