Submission Object
Field | Type | Description |
---|---|---|
id | string (UUID) | Unique submission identifier |
createdAt | string (ISO 8601) | Submission creation timestamp |
updatedAt | string (ISO 8601) | Last update timestamp |
status | string | Current submission status |
type | string | Type of submission |
number | string | Human-readable submission number |
primaryInsuredName | string | Name of the primary insured party |
applicationId | string (UUID) | Associated application identifier |
name | string | Submission name/description |
Quote Object
Field | Type | Description |
---|---|---|
id | string (UUID) | Unique quote identifier |
number | string | Human-readable quote number |
status | string | Current quote status |
createdAt | string (ISO 8601) | Quote creation timestamp |
description | string (optional) | Quote description |
policyId | string (UUID, optional) | Associated policy identifier (if bound) |
grandTotal | number (optional) | Total premium amount |
ImportPolicy Object
Field | Type | Description |
---|---|---|
policyNumber | string | Customer facing policy identifier |
policyStartDate | string (ISO 8601) | Date policy begins |
policyEndDate | string (ISO 8601) | Date policy ends |
policyType | enum | A single letter “C”, “O”, etc. (see below) |
ratingData | object | All policy-level rating data (see config route) |
billingPeriod | enum | ”doNotSendBill”, “annual”, “quarterly”, “monthly” |
renewingPolicyNumber | string (optional) | If a renewal, the number of the policy being renewed |
policyCompanyEntityFields | object | All non-rating policy-level data (see config route) |
brokerName | string (optional) | The name of the broker/agent |
brokerageName | string (optional) | The name of the brokerage/agency |
brokerCommission | number (optional) | A percentage (e.g. 12.3 means 12.3%) |
ImportPolicyCoverage Object
ImportInsured Object
Field | Type | Description |
---|---|---|
insuredName | string | The name of the insured, used to identify in the system |
joinDate | string (ISO 8601) | Date coverage begins for insured |
terminationDate | string (ISO 8601) | Date coverage ends for insured |
policyInsuredType | enum | ”primary”, “additional”, “named”, or “related” |
exposureType | enum | The type of covered exposure |
applicationData | object | All insured-level rating data |
insuredCompanyEntityFields | object | All non-rating insured-level data (see config route) |
Policy Type Options
Code | Description |
---|---|
C | Claims Made |
N | Claims Made “Nose” (Prior Acts) |
T | Claims Made “Tail” (Reporting Endorsement) |
O | Occurrence |
P | Claims Paid |
S | Slot Coverage - Claims Made |
Q | Slot Coverage “Tail” (Reporting Endorsement) |
R | Slot Coverage - Occurrence |