Creates a new rating input field and associates it with the specified entity type and rating engine revision.
The field definition is stored in company_fields, an association is created in
application_fields, and the field is added to the rating engine revision’s
config.applicationFields array.
Allowed field class names: AddressField, DateField, GroupField, InputField, LocalCurrency, MultiSelectField, SelectField, StaticField
The field key cannot be companyId (reserved).
Required permission: company:update
API key authentication. Include your API key in the Authorization header.
Company identifier
Request body for creating a configuration rating field
Field definition specifying the rating field's type, key, and configuration
The rating entity type to associate this field with (e.g., "policies", "dealership", or any exposure type)
The rating engine revision to add this field to (must already exist)
How to handle the rating engine revision. UpdateExistingRevision modifies the specified revision in place. CreateNewRevision is not yet implemented and will return a 501 error.
UpdateExistingRevision, CreateNewRevision Configuration rating field created successfully
The ID of the created rating field