{
"success": true,
"data": {
"id": "3c4d5e6f-7a8b-9012-cdef-012345678901",
"quoteRequestId": "0e7c2e9a-fa75-4f6c-9978-a112ad078d7e",
"attemptNumber": 1,
"status": "quoted",
"effectiveDate": null,
"expirationDate": null,
"validUntil": "2026-05-15T23:59:59Z",
"ratedAt": "2026-05-01T10:00:05Z",
"programState": {
"coverage": {
"glLimit": 1000000,
"bppLimit": 50000
}
},
"program": {
"id": "d81f38e5-1f74-554d-c321-6ee4d1ee63e6",
"name": "Business Owners Policy",
"code": "COTERIE-BOP",
"type": "BOP",
"slug": "coterie-bop",
"description": "Comprehensive coverage combining general liability and commercial property.",
"tagline": "The all-in-one policy for small businesses.",
"tier": "standard",
"isFeatured": true,
"renewalType": "renewable",
"renewalFrequency": "annual",
"quoteValidityDays": 14,
"marketing": {
"shortDescription": "GL + property in one policy.",
"badges": [
"Top Rated"
],
"cardHighlights": [
"$1M general liability"
]
},
"planDetails": {
"aboutThisPlan": "A BOP bundles general liability and commercial property into a single affordable policy, covering your business against third-party claims, property damage, and business interruption.",
"keyFeatures": [
"General liability up to $2M",
"Business personal property coverage",
"Business interruption included"
],
"planHighlights": [
"No inspection required for most classes",
"Instant certificate of insurance"
],
"documents": [
{
"label": "Policy Specimen",
"url": "https://docs.coterieinsurance.com/bop-specimen.pdf"
}
]
}
},
"carrier": {
"id": "b2c3d4e5-0000-0000-0000-000000000002",
"name": "Coterie Insurance",
"code": "coterie",
"quoteId": "CARRIER-REF-00123",
"referenceIds": {
"applicationId": "APP-789",
"externalId": null
}
},
"pricing": {
"annualPremium": 966,
"monthlyPremium": 80.5,
"taxes": 0,
"fees": 0,
"totalAnnual": 966,
"totalMonthly": 80.5,
"currency": "USD"
},
"options": [
{
"key": "glLimit",
"label": "General Liability Limit",
"values": [
300000,
500000,
1000000,
2000000
],
"selectedValue": 1000000
}
],
"endorsements": [
{
"key": "liquorLiabilityEndorsement",
"name": "Liquor Liability",
"included": false,
"available": true
}
],
"paymentOptions": [
{
"method": "card",
"label": "Credit Card",
"frequencies": [
{
"frequency": "annual",
"amount": 966
},
{
"frequency": "monthly",
"amount": 80.5
}
]
}
],
"billing": {
"method": "stripe",
"publishableKey": "pk_live_51xxxxxxxxxxxxx",
"billingDescriptor": "Coterie Insurance",
"allowedMethods": [
"credit_card"
]
},
"documents": [
{
"type": "quote_proposal",
"label": "Quote Proposal",
"url": "https://api.coterieinsurance.com/documents/quote-proposal-00123.pdf"
}
],
"notices": [],
"termsAndConditions": [],
"formSections": [
{
"sectionKey": "business",
"sectionName": "Business Information",
"displayOrder": 1,
"isRequired": true,
"fields": [
{
"id": "legalBusinessName",
"label": "Legal Business Name",
"fieldType": "text",
"required": true
},
{
"id": "mailingState",
"label": "State",
"fieldType": "select",
"required": true,
"options": [
"AL",
"AK",
"AZ",
"CA",
"CO",
"OH"
]
},
{
"id": "numEmployees",
"label": "Number of Employees",
"fieldType": "number",
"required": true
}
]
},
{
"sectionKey": "contact",
"sectionName": "Primary Contact",
"displayOrder": 2,
"isRequired": true,
"fields": [
{
"id": "firstName",
"label": "First Name",
"fieldType": "text",
"required": true
},
{
"id": "lastName",
"label": "Last Name",
"fieldType": "text",
"required": true
},
{
"id": "email",
"label": "Email Address",
"fieldType": "email",
"required": true
},
{
"id": "phone",
"label": "Phone Number",
"fieldType": "phone",
"required": false
}
]
}
]
}
}