Creates a new coverage limit preset for the company. The preset is stored
directly in the coverage_limit_presets table.
The coverageTypeKey must reference an existing coverage type (global or
company-specific). If the coverage type does not exist, a 404 is returned.
If isDefault is true, any existing default preset for the same coverage
type is automatically set to non-default. Only one preset per coverage type
can be the default at a time.
Required permission: company:update
API key authentication. Include your API key in the Authorization header.
Company identifier
Request body for creating a coverage limit preset
The coverage type key this preset belongs to (must exist in coverage_types)
1Display name for this preset
1Whether this is the default preset for its coverage type. Defaults to false.
Whether defense costs are inside or outside the limit
inside, outside Deductible amount in dollars
Retroactive date in ISO format (YYYY-MM-DD)
Waiting period configuration (opaque JSON)
Deductible default amount configuration (opaque JSON)
Limit default amounts configuration (opaque JSON)
Retroactive date default amount configuration (opaque JSON)
Prior/pending litigation date default amount configuration (opaque JSON)
Coverage limit preset created successfully
The ID of the created preset