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: docs/versions/v2/Model/DealRequestBody.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,6 @@ Name | Type | Description | Notes
12
12
**stage_id** | **int** | The ID of the deal stage | [optional]
13
13
**value** | **float** | The value of the deal | [optional]
14
14
**currency** | **string** | The currency associated with the deal | [optional]
15
-
**add_time** | **string** | The creation date and time of the deal | [optional]
16
-
**update_time** | **string** | The last updated date and time of the deal | [optional]
17
-
**stage_change_time** | **string** | The last updated date and time of the deal stage | [optional]
18
15
**is_deleted** | **bool** | Whether the deal is deleted or not | [optional]
19
16
**is_archived** | **bool** | Whether the deal is archived or not | [optional]
20
17
**archive_time** | **string** | The optional date and time of archiving the deal in UTC. Format: YYYY-MM-DD HH:MM:SS. If omitted and `is_archived` is true, it will be set to the current date and time. | [optional]
0 commit comments