Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1020 Bytes

Body8.md

File metadata and controls

13 lines (9 loc) · 1020 Bytes

Body8

Properties

Name Type Description Notes
Name string Name of deal [default to null]
Attributes [map[string]interface{}] Attributes for deal creation To assign owner of a Deal you can send attributes.deal_owner and utilize the account email or ID. If you want to create a deal on a specific pipeline and stage you can use the following attributes `pipeline` and `deal_stage`. Pipeline and deal_stage are ids you can fetch using this endpoint `/crm/pipeline/details/{pipelineID}` [optional] [default to null]
LinkedContactsIds []int64 Contact ids to be linked with deal [optional] [default to null]
LinkedCompaniesIds []string Company ids to be linked with deal [optional] [default to null]

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