Create Defendant
Creates a defendant for a lawsuit. A lawsuit must exist for the given event.
Each defendant must have either an insuredId or a nonInsuredName (not both).
Required permission: company.event:export
Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Event identifier
Body
Associated insured identifier (mutually exclusive with nonInsuredName)
Name of non-insured defendant (mutually exclusive with insuredId)
Defendant phone number
Defendant email address
Associated attorney identifier (must reference an existing attorney)
Associated law firm payee identifier (must reference an existing payee)
Response
Defendant created
The created defendant identifier
