Creates a new Field Model V1 event for the company.
The request body is a flat JSON object where keys are field referenceIds
defined in the company’s field configuration. Use the
Get Configuration endpoint
to discover available fields.
Required base fields: eventType, eventCoverageType, eventInsureds
(array of exposure IDs).
Optional base fields: eventStatus (defaults to open),
eventReferenceId (auto-generated if omitted), policyId.
Required permission: company.claim:create or company.incident:create
(determined by eventType)
API key authentication. Include your key in the Authorization header: Authorization: ApiKey YOUR-API-KEY
Company identifier
Flat JSON object with field referenceIds as keys
Event created successfully
The ID of the created event