Overview
Configuration fields define the custom data fields that appear on entity forms (events, insureds, and policies). Each field has a definition specifying its type, key, display label, and optional configuration like select options or calculations. These endpoints manage entity fields only. Rating fields, rating outputs, and rating presets are managed through separate/configuration/rating/ endpoints.
Key Concepts
- fieldDefinition: A JSON object defining the field’s type (
className), unique key, data path, and optional properties like label, section, and select options - entityName: The entity type the field is associated with —
events,insureds, orpolicies - className: The field type —
InputField,SelectField,DateField,RadioSelect, orExportResolvedField
