| Name |
Type |
Description |
Notes |
| field_name |
string |
Field name |
|
| field_type |
string |
The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a person ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field</dd></table> |
|
| options |
\Pipedrive\versions\v2\Model\CreateDealFieldRequestOptions[] |
Field options (required for enum and set field types) |
[optional] |
| ui_visibility |
array<string,object> |
UI visibility settings for the field. Controls where the field appears in the Pipedrive web UI. |
[optional] |
| important_fields |
array<string,object> |
Configuration for highlighting the field at specific stages. |
[optional] |
| required_fields |
array<string,object> |
Required fields configuration for marking the field as mandatory when interacted with in the Pipedrive web UI. |
[optional] |
| description |
string |
Field description |
[optional] |
[Back to Model list] [Back to API list] [Back to README]