Add a new deal
POST {{baseUrl}}/deals
Adds a new deal.
Request Body
{"title"=>"<string>", "owner_id"=>"<integer>", "person_id"=>"<integer>", "org_id"=>"<integer>", "pipeline_id"=>"<integer>", "stage_id"=>"<integer>", "value"=>"<number>", "currency"=>"<string>", "add_time"=>"<string>", "update_time"=>"<string>", "stage_change_time"=>"<string>", "is_deleted"=>"<boolean>", "status"=>"<string>", "probability"=>"<number>", "lost_reason"=>"<string>", "visible_to"=>"<integer>", "close_time"=>"<string>", "won_time"=>"<string>", "lost_time"=>"<string>", "expected_close_date"=>"<date>", "label_ids"=>["<integer>", "<integer>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":1,"title":"Deal Title","creator_user_id":1,"owner_id":1,"value":200,"person_id":1,"org_id":1,"stage_id":1,"pipeline_id":1,"currency":"USD","add_time":"2021-01-01T00:00:00Z","update_time":"2021-01-01T00:00:00Z","stage_change_time":"2021-01-01T00:00:00Z","status":"open","is_deleted":false,"probability":90,"lost_reason":"Lost Reason","visible_to":7,"close_time":"2021-01-01T00:00:00Z","won_time":"2021-01-01T00:00:00Z","lost_time":"2021-01-01T00:00:00Z","local_won_date":"2021-01-01","local_lost_date":"2021-01-01","local_close_date":"2021-01-01","expected_close_date":"2021-01-01","label_ids":[1,2,3],"origin":"ManuallyCreated","origin_id":null,"channel":52,"channel_id":"Jun23 Billboards","acv":120,"arr":120,"mrr":10,"custom_fields":{}}}