Store an illustration Run in API Explorer
Body
-
The name of the illustration.
-
The client UUID to associate the illustration with. (deprecated: use accounts instead)
-
An array of client account UUIDs to associate the illustration with.
-
The requested by account UUID to associate the illustration with. If not passed, this will default to the assigned adviser on the client account.
-
The plan UUID to associate the illustration with. If not provided and is_draft is false, a new proposed plan will be created using the request_data.
-
The request data used to generate the illustration.
Additional properties are allowed.
-
Whether the illustration is a draft or not. If draft, it will not be sent to the platform.
-
The platform used to generate the illustration.
-
Whether to generate the illustration. Defaults to true.
curl \
--request POST 'https://api.plannrcrm.com/api/v1/illustration' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"name":"SuperSaver 2024","client_uuid":"85fc2f27-f992-476d-87f5-49152a420afd","accounts":["a2fd0a66-041e-4583-bdf8-fdaaefe85811","69d01d02-5346-4943-ae0d-b8b94f53e0f8","5eab2a12-5e2d-4b44-9616-f1be1145b44e"],"requested_by_uuid":"8acb7d52-a76d-49fe-8ee4-4c2600cbc6b7","plan_uuid":"71f5f742-5bd0-4b9e-b99a-e10c966a194c","request_data":{},"is_draft":false,"platform":"seccl","generate":true}'
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"name": "SuperSaver 2024",
"client_uuid": "85fc2f27-f992-476d-87f5-49152a420afd",
"accounts": [
"a2fd0a66-041e-4583-bdf8-fdaaefe85811",
"69d01d02-5346-4943-ae0d-b8b94f53e0f8",
"5eab2a12-5e2d-4b44-9616-f1be1145b44e"
],
"requested_by_uuid": "8acb7d52-a76d-49fe-8ee4-4c2600cbc6b7",
"plan_uuid": "71f5f742-5bd0-4b9e-b99a-e10c966a194c",
"request_data": {},
"is_draft": false,
"platform": "seccl",
"generate": true
}
{
"uuid": "a359190d-31fd-444d-9750-1d0e8b865424",
"created_at": "2026-06-29T09:44:49+01:00",
"updated_at": "2026-06-29T09:44:49+01:00",
"generated_at": "2026-06-29T09:44:49+01:00",
"status": "created",
"client": {
"uuid": "0bdc7905-7a62-4dbd-a756-95a9328feb88",
"created_at": "2026-06-29T09:44:49+01:00",
"updated_at": "2026-06-29T09:44:49+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"accounts": [
{
"uuid": "e9098a77-64cf-4d4b-b97f-f6dca3d411fe",
"created_at": "2026-06-29T09:44:49+01:00",
"updated_at": "2026-06-29T09:44:49+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
}
],
"application": {
"uuid": "135d75d8-a946-4e44-983c-ecafe5756fbd",
"created_at": "2026-06-29T09:44:49+01:00",
"updated_at": "2026-06-29T09:44:49+01:00",
"generated_at": "2026-06-29T09:44:49+01:00",
"name": "Illustration Name",
"request_data": [],
"status": "draft",
"platform": "seccl",
"platform_illustration_id": "ABC0123456789",
"clients": [
"App\\Http\\Resources\\MinimalAccountResource"
],
"firm": "App\\Http\\Resources\\FirmResource",
"illustration": "App\\Http\\Resources\\IllustrationResource",
"requested_by": "App\\Http\\Resources\\MinimalAccountResource",
"plan": "App\\Http\\Resources\\Plans\\PlanResource"
},
"plan": {
"uuid": "bd59c3eb-4114-4a3f-8424-897fc26bfa96",
"created_at": "2026-06-29T09:44:49+01:00",
"updated_at": "2026-06-29T09:44:49+01:00",
"opened_at": "2026-06-29T09:44:49+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-06-29T09:44:49+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-06-29",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-06-29",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"main_account": "App\\Http\\Resources\\Plans\\SubAccountResource",
"sub_accounts": "App\\Http\\Resources\\Plans\\SubAccountResource",
"provider": "App\\Http\\Resources\\Plans\\ProviderResource",
"covers": "App\\Http\\Resources\\Plans\\CoverResource",
"claims": "App\\Http\\Resources\\Plans\\ClaimResource",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
}
},
"latest_valuations": "App\\Http\\Resources\\Plans\\ValuationResource",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"valued_at": "2026-06-29T09:44:49+01:00",
"original_valued_at": "2026-06-28T09:44:49+01:00",
"client": "App\\Http\\Resources\\AccountResource",
"accounts": "App\\Http\\Resources\\AccountResource",
"seller": "App\\Http\\Resources\\AccountResource",
"linked_owners": "App\\Http\\Resources\\AccountResource",
"linked_plans": "App\\Http\\Resources\\Plans\\PlanResource",
"visible_to_circles": "App\\Http\\Resources\\CircleResource",
"statistics": {
"recent_growth": 100
},
"cases": "App\\Http\\Resources\\CasesResource",
"tags": "App\\Http\\Resources\\TagResource",
"is_wrap_product": false,
"is_wrap_child": false,
"wrap": "App\\Http\\Resources\\Plans\\PlanResource",
"wrap_children": "App\\Http\\Resources\\Plans\\PlanResource",
"linked_policy_numbers": "App\\Http\\Resources\\Plans\\LinkedPolicyNumberResource",
"can_be_deleted": "false",
"contract_enquiry_account": "App\\Http\\Resources\\AccountResource",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"requested_by": {
"uuid": "80be4dc3-4b93-4758-bac6-4625ca843292",
"created_at": "2026-06-29T09:44:49+01:00",
"updated_at": "2026-06-29T09:44:49+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"firm": "App\\Http\\Resources\\FirmResource",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"business_unit": "App\\Http\\Resources\\BusinessUnitResource",
"groups": "App\\Http\\Resources\\GroupResource",
"tags": "App\\Http\\Resources\\TagResource",
"owners": "App\\Http\\Resources\\AccountResource",
"first_contact_date": "2026-06-29T09:44:49+01:00",
"next_review_date": "2026-06-29T09:44:49+01:00",
"previous_review_date": "2026-06-29T09:44:49+01:00",
"anniversary_review_date": "2026-06-29T09:44:49+01:00",
"terms_of_business_at": "2026-06-29T09:44:49+01:00",
"client_agreement_at": "2026-06-29T09:44:49+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"circles": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"inactive_at": "2026-06-29",
"last_interaction_at": "2026-06-29 09:44:49",
"referral_code": "ABC12345",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"name": "Illustration Name",
"request_data": [],
"platform": "seccl",
"platform_illustration_id": "ABC0123456789",
"account_opening_allowed": true,
"is_draft": true
}