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/DealItem.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,5 +34,6 @@ Name | Type | Description | Notes
34
34
**arr** | **float** | Only available in Advanced and above plans The Annual Recurring Revenue of the deal Null if there are no products attached to the deal | [optional]
35
35
**mrr** | **float** | Only available in Advanced and above plans The Monthly Recurring Revenue of the deal Null if there are no products attached to the deal | [optional]
36
36
**acv** | **float** | Only available in Advanced and above plans The Annual Contract Value of the deal Null if there are no products attached to the deal | [optional]
37
+
**custom_fields** | [**array<string,OneOfStringNumberMap>**](OneOfStringNumberMap.md) | A map of custom fields with hash-based keys | [optional]
37
38
38
39
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**label_ids** | **int[]** | The IDs of labels assigned to the organization | [optional]
16
+
**custom_fields** | [**array<string,OneOfStringNumberMap>**](OneOfStringNumberMap.md) | A map of custom fields with hash-based keys | [optional]
16
17
17
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/versions/v2/Model/PersonItem.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,5 +23,6 @@ Name | Type | Description | Notes
23
23
**im** | [**\Pipedrive\versions\v2\Model\PersonItemIm[]**](PersonItemIm.md) | The instant messaging accounts of the person, included if contact sync is enabled for the company | [optional]
24
24
**birthday** | **string** | The birthday of the person, included if contact sync is enabled for the company | [optional]
25
25
**job_title** | **string** | The job title of the person, included if contact sync is enabled for the company | [optional]
26
+
**custom_fields** | [**array<string,OneOfStringNumberMap>**](OneOfStringNumberMap.md) | A map of custom fields with hash-based keys | [optional]
26
27
27
28
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments