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.
Date fields must be submitted as objects: { "date": "YYYY-MM-DD", "timezone": "America/New_York" } — plain date strings are not accepted.
Required permission: company.claim:create or company.incident:create
(determined by eventType)
API key authentication. Include your API key in the Authorization header.
Company identifier
Flat JSON object with field referenceIds as keys
Event created successfully
The ID of the created event