Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 628 Bytes

FieldCreateRequestWithRequiredFields.md

File metadata and controls

10 lines (6 loc) · 628 Bytes

Pipedrive.FieldCreateRequestWithRequiredFields

Properties

Name Type Description Notes
name String Name of the field [optional]
options String When field_type is either set or enum, possible options must be supplied as a JSON-encoded sequential array of objects. All active items must be supplied and already existing items must have their ID supplied. New items only require a label. Example: [{"id":123,"label":"Existing Item"},{"label":"New Item"}] [optional]