Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.05 KB

File metadata and controls

13 lines (9 loc) · 1.05 KB

Body11

Properties

Name Type Description Notes
name str Name of deal [optional]
attributes object Attributes for deal update To assign owner of a Deal you can send attributes.deal_owner and utilize the account email or ID. If you wish to update the pipeline of a deal you need to provide the `pipeline` and the `deal_stage`. Pipeline and deal_stage are ids you can fetch using this endpoint `/crm/pipeline/details/{pipelineID}` [optional]
linked_contacts_ids list[int] Warning - Using PATCH on linkedContactIds replaces the list of linked contacts. Omitted IDs will be removed. [optional]
linked_companies_ids list[str] Warning - Using PATCH on linkedCompaniesIds replaces the list of linked contacts. Omitted IDs will be removed. [optional]

[Back to Model list] [Back to API list] [Back to README]