Create Event
Creates a new event (claim or incident).
Required fields:
type- Event type (claimorincident)coverageTypeId- Coverage type identifierinsuredIds- At least one insured must be associated
Optional fields:
status- Defaults toopenif not providedpolicyId- Associate with a policydata- Custom entity data as key-value pairs
Required permission: company.claim:create or company.incident:create (depending on type)
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Body
Type of event (claim or incident)
claim, incident Coverage type identifier for this event
IDs of insureds to associate with this event
Status of the event
open, closed Optional lawsuit ID to associate with this event (must reference an existing lawsuit)
Optional policy ID to associate with this event
Custom entity data fields as key-value pairs. Keys should be field keys (e.g., 'reportDate', 'eventDescription').
Response
Event created successfully
The ID of the created event
