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
Returns information about closing days of the account
6
+
7
+
+ Request (application/json)
8
+
+ Attributes (object)
9
+
+ filter (object, optional)
10
+
+ date_before: `2023-12-31` (string, optional) - Start of the period for which to return closing days. This includes closing days starting on the date provided.
11
+
+ date_after: `2023-12-01` (string, optional) - End of the period for which to return closing days. This includes closing days ending on the date provided.
+ includes: `related_companies,related_contacts` (string, optional) - when used, the response will include `related_companies` and/or `related_contacts`
95
96
96
97
+Response200(application/json)
97
98
@@ -143,6 +144,18 @@ Get details for a single company.
143
144
+ tags: prospect, expo (array[string])
144
145
+ custom_fields (array[CustomField])
145
146
+ marketing_mails_consent: false (boolean)
147
+
+ `related_companies` (array) - Only included with request parameter `includes=related_companies`
0 commit comments