Creates a new policy via a NEW_BUSINESS transaction. This is the entry point for the transaction-based policy lifecycle. The transaction produces a single segment covering the full policy term.
The request body contains the policy term dates and the initial policy state, including policy-level fields, full-term aggregates, and nested exposures. Exposures must reference existing exposure records by ID.
Required permission: company.policy:create
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.
API key authentication. Include your API key in the Authorization header.
Company identifier
Policy term start date in ISO 8601 format. Must be before policyEndDate.
The day/month/year must match fullTermPolicyInfo.policyStartDate.
Accepts a plain date (2025-01-01) or a full timestamp with UTC offset
(2025-01-01T00:00:00-05:00). Only standard-time (non-DST) offsets are
accepted:
| Timezone | Accepted offset |
|---|---|
America/New_York | -05:00 (EST) |
America/Los_Angeles | -08:00 (PST) |
Daylight-saving offsets (-04:00 EDT, -07:00 PDT) are not accepted.
These are the only two timezones currently supported.
Policy term end date in ISO 8601 format. Must be after policyStartDate.
The day/month/year must match fullTermPolicyInfo.policyEndDate.
Accepts a plain date (2026-01-01) or a full timestamp with UTC offset.
Only standard-time offsets are accepted — see policyStartDate for the mapping.
Container for policy state. Must contain a policy object with all policy-level
fields and optional nested exposures.
Custom fields within the policy and each exposure are validated against your company's field configuration. Unknown fields are rejected, required fields must be present, and values must match their configured types (including option set membership).
When the business decision was made. Defaults to the current time if omitted. Set explicitly for imports (e.g., aligning to a bordereau booking date).
Policy created successfully
Response returned by policy transaction endpoints. Contains the policy version produced by the transaction, including all derived segments.
Policy identifier
Sequential version number produced by this transaction
Identifier of the transaction that produced this version
Policy term start date (ISO 8601)
Policy term end date (ISO 8601)
When the transaction was created (ISO 8601)
Derived segments for this policy version. Each segment represents a maximal contiguous date range where policy state is identical. Adjacent segments with identical data are automatically merged.
Full-term policy information. Contains policy status, term dates, and primary insured reference.
Full-term billing aggregates. Contains premium, taxes, fees, and grand total for the full policy term.