You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1553,14 +1553,15 @@ function updateADeal($options)
1553
1553
| title |``` Optional ```| Deal title |
1554
1554
| value |``` Optional ```| Value of the deal. If omitted, value will be set to 0. |
1555
1555
| currency |``` Optional ```| Currency of the deal. Accepts a 3-character currency code. If omitted, currency will be set to the default currency of the authorized user. |
1556
-
|userId|``` Optional ```| ID of the user who will be marked as the owner of this deal. If omitted, the authorized user ID will be used. |
1557
-
|personId|``` Optional ```| ID of the person this deal will be associated with |
1558
-
|orgId|``` Optional ```| ID of the organization this deal will be associated with |
1559
-
|stageId|``` Optional ```| ID of the stage this deal will be placed in a pipeline (note that you can't supply the ID of the pipeline as this will be assigned automatically based on stage_id). If omitted, the deal will be placed in the first stage of the default pipeline. |
1556
+
|user_id|``` Optional ```| ID of the user who will be marked as the owner of this deal. If omitted, the authorized user ID will be used. |
1557
+
|person_id|``` Optional ```| ID of the person this deal will be associated with |
1558
+
|org_id|``` Optional ```| ID of the organization this deal will be associated with |
1559
+
|stage_id|``` Optional ```| ID of the stage this deal will be placed in a pipeline (note that you can't supply the ID of the pipeline as this will be assigned automatically based on stage_id). If omitted, the deal will be placed in the first stage of the default pipeline. |
1560
1560
| status |``` Optional ```| open = Open, won = Won, lost = Lost, deleted = Deleted. If omitted, status will be set to open. |
1561
+
| expected_close_date |``` Optional ```| The expected close date of the Deal. In ISO 8601 format: YYYY-MM-DD. |
1561
1562
| probability |``` Optional ```| Deal success probability percentage. Used/shown only when deal_probability for the pipeline of the deal is enabled. |
1562
-
|lostReason|``` Optional ```| Optional message about why the deal was lost (to be used when status=lost) |
1563
-
|visibleTo|``` Optional ```| Visibility of the deal. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user.<dlclass="fields-list"><dt>1</dt><dd>Owner & followers (private)</dd><dt>3</dt><dd>Entire company (shared)</dd></dl> |
1563
+
|lost_reason|``` Optional ```| Optional message about why the deal was lost (to be used when status=lost) |
1564
+
|visible_to|``` Optional ```| Visibility of the deal. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user.<dlclass="fields-list"><dt>1</dt><dd>Owner & followers (private)</dd><dt>3</dt><dd>Entire company (shared)</dd></dl> |
0 commit comments