Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 806 Bytes

FieldCreateRequest.md

File metadata and controls

12 lines (9 loc) · 806 Bytes

# FieldCreateRequest

Properties

Name Type Description Notes
name string The name of the field
options string When `field_type` is either set or enum, possible options must be supplied as a JSON-encoded sequential array of objects. Example: `[{"label":"New Item"}]` [optional]
add_visible_flag bool Whether the field is available in the 'add new' modal or not (both in the web and mobile app) [optional] [default to true]
field_type \Pipedrive\Model\FieldTypeAsString

[Back to Model list] [Back to API list] [Back to README]