customObjectCreateFieldDefinition
Create a field definition for a custom object type.
Adds a new field to a custom object type. After creation, this field will appear
in form schemas and instances can store values for it. Required: entity_id query parameter specifying which object type to add the field to.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
entity_id | integer | Yes | The object type ID to add the field to |
entity_type | string | No | Entity type (ASSET, REQUEST, CUSTOM_OBJECT). Set automatically based on endpoint. |
type | string (enum, 18 values) | Yes | The field type. Valid values: SHORT_TEXT, LONG_TEXT, RICH_TEXT, NUMBER, DECIMAL, |
