Update a deal
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
id
Request
Updated deal details.
attributes
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}
linkedCompaniesIds
Warning - Using PATCH on linkedCompaniesIds replaces the list of linked contacts. Omitted IDs will be removed.
linkedContactsIds
Warning - Using PATCH on linkedContactIds replaces the list of linked contacts. Omitted IDs will be removed.
name
Name of deal
Response
Deal updated successfully
Errors
400
Bad Request Error
404
Not Found Error