Create Custom Field
POST/api/custom-fields
Creates a new custom field definition. Custom fields are then attached to records via the custom-field-values API.
Authentication: Requires Bearer token.
Fields:
- name (required) — Display name of the custom field
- link_type (required) — Fully qualified model class name the field applies to (e.g., App\Models\PurchaseOrder)
Request
Responses
- 200
Successful response