Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.01 KB

File metadata and controls

16 lines (13 loc) · 1.01 KB

# DeleteDealFieldData

Properties

Name Type Description Notes
field_name string The display name/label of the field
field_code string The unique identifier for the field (40-character hash for custom fields)
description string The description of the field
field_type string The type of the field
options object[] Array of available options for enum/set fields, null for other field types [optional]
subfields object[] Array of subfields for complex field types (address, monetary), null for simple field types [optional]
is_custom_field bool Whether this is a user-created custom field
is_optional_response_field bool Whether this field is not returned by default in entity responses

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