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
* Whether the deal is archived or not. If omitted, is_archived will be set to false.
65
-
* @type {boolean}
66
-
*/
67
-
'is_archived'?: boolean;
68
-
/**
69
-
* 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.
70
-
* @type {string}
71
-
*/
72
-
'archive_time'?: string;
73
-
/**
74
64
* open = Open, won = Won, lost = Lost, deleted = Deleted. If omitted, status will be set to open.
* 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.
0 commit comments