Create a new business event Run in API Explorer
Body
-
Plan UUID. Must be a plan belonging to the firm. Required if client_uuid is not provided
-
Client UUID. Must be a client belonging to the firm. Comma seperated list of uuids. Required if plan_uuid is not provided
-
Type of contribution.
Value Description initial Initial increment Increment decrement Decrement advice_point Advice Point pension_transfer Pension Transfer switch Switch Values are
initial,increment,decrement,advice_point,pension_transfer, orswitch. -
Notes for contribution type.
-
Adviser UUID. Must be employee of the firm
-
Type of advice.
Value Description advised Advised execution_only Execution Only insistent_investor Insistent Investor existing_provision Existing Provision direct_offer Direct Offer client_instruction Client Instruction Values are
advised,execution_only,insistent_investor,existing_provision,direct_offer, orclient_instruction. -
How the advice was conducted.
Value Description correspondence_only Correspondence Only email Email face_to_face Face To Face internet Internet other Other printed_media_campaign Printed Media Campaign unknown Unknown telephone Telephone Values are
correspondence_only,email,face_to_face,internet,other,printed_media_campaign,unknown, ortelephone. -
Source of funds.
Value Description gift Gift inheritance Inheritance isa_transfer ISA Transfer pension_transfer Pension Transfer salary Salary savings Savings other Other Values are
gift,inheritance,isa_transfer,pension_transfer,salary,savings, orother. -
Note for other source of funds. Required if source_of_funds is "other"
-
Start date of premium. Required if status is "accepted"
-
Proposal date of the New Business Event
-
Case UUID to link this to a existing case
-
Is this a vulnerable client. Defaults to "no".
Value Description yes Yes no No possibly Possibly Values are
yes,no, orpossibly. -
Is this replacing an existing plan
-
Existing Plan UUID. Must be a plan belonging to the firm.
-
Details of existing plan. Required if is_replacing_existing_plan is true and existing_plan_uuid is empty
-
Did the client opt out of an employer sponsored pension scheme to take out this plan. Required if related to a plan and is a pension plan
-
The datetime when the pension scheme was opted out of. Required if opted_out_of_pension_scheme_for_plan is true
-
Notes for opting out of pension scheme. Required if opted_out_of_pension_scheme_for_plan is true
-
Status of the New Business Event.
Value Description accepted Accepted proposed Proposed Values are
acceptedorproposed.
curl \
--request POST 'https://api.plannrcrm.com/api/v1/new-business-event' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"plan_uuid":"c6a92af4-ced6-49a5-b5ea-0448c2e6bf2e","client_uuid":"58e284ac-e7a4-41bf-8f8b-8994d79e5e28","contribution_type":"initial","contribution_type_notes":"Notes for contribution type","adviser_uuid":"7c3e8772-d928-4857-b1a4-8144f143752f","advice_type":"advised","conducted_by":"correspondence_only","source_of_funds":"gift","source_of_funds_note":"Other source of funds","premium_amount":10000,"premium_currency":"GBP","premium_frequency":"daily","start_date":"2021-01-01","proposal_date":"2020-10-12","case_uuid":"c9db2c09-33ae-411e-8ec8-149e8b524bfb","is_vulnerable_client":"yes","is_replacing_existing_plan":true,"existing_plan_uuid":"ab8a2509-ad53-4312-926e-a37d0ecfcf5c","existing_plan_details":"Existing plan details","opted_out_of_pension_scheme_for_plan":true,"opted_out_at":"2026-01-16","opted_out_notes":"Opted out of pension scheme","status":"accepted"}'
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"plan_uuid": "c6a92af4-ced6-49a5-b5ea-0448c2e6bf2e",
"client_uuid": "58e284ac-e7a4-41bf-8f8b-8994d79e5e28",
"contribution_type": "initial",
"contribution_type_notes": "Notes for contribution type",
"adviser_uuid": "7c3e8772-d928-4857-b1a4-8144f143752f",
"advice_type": "advised",
"conducted_by": "correspondence_only",
"source_of_funds": "gift",
"source_of_funds_note": "Other source of funds",
"premium_amount": 10000,
"premium_currency": "GBP",
"premium_frequency": "daily",
"start_date": "2021-01-01",
"proposal_date": "2020-10-12",
"case_uuid": "c9db2c09-33ae-411e-8ec8-149e8b524bfb",
"is_vulnerable_client": "yes",
"is_replacing_existing_plan": true,
"existing_plan_uuid": "ab8a2509-ad53-4312-926e-a37d0ecfcf5c",
"existing_plan_details": "Existing plan details",
"opted_out_of_pension_scheme_for_plan": true,
"opted_out_at": "2026-01-16",
"opted_out_notes": "Opted out of pension scheme",
"status": "accepted"
}
{
"case": {
"name": "finance",
"slug": "finance",
"type": "App\\Http\\Resources\\CasesTypeResource",
"uuid": "a9734c43-5a5e-4e0f-9ba1-168365b8a37b",
"plans": "App\\Http\\Resources\\Plans\\PlanResource",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"status": "App\\Http\\Resources\\CasesStatusResource",
"review_at": "2026-01-16T13:10:23+00:00",
"created_at": "2026-01-16T13:10:23+00:00",
"updated_at": "2026-01-16T13:10:23+00:00",
"group_uuids": [
"cb740c8d-088a-46d4-937a-da80a4ccdc8a"
],
"completed_at": "2026-01-16T13:10:23+00:00",
"participants": "App\\Http\\Resources\\AccountResource",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"status_position": 4,
"task_board_uuid": "e0974abc-46d3-48c0-bf22-383a1ddf7674",
"assigned_to_uuids": [
"bb8dc187-ecdd-4bfc-b619-a25cd314b15d"
],
"participants_count": 4
},
"firm": {
"tax": 17.5,
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"name": "Codepotato",
"slug": "codepotato",
"uuid": "000bc352-1c3a-4d1c-8ccb-aaedd4b44bf2",
"county": "Hampshire",
"billing": {
"invoice_email": "gareth@codepotato.co.uk",
"invoice_county": "Hampshire",
"invoice_country": "United Kingdom",
"invoice_postcode": "PO7 7YH",
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville"
},
"country": "United Kingdom",
"postcode": "PO7 7YH",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"month_end": 25,
"town_city": "Waterlooville",
"created_at": "2026-01-16T13:10:23+00:00",
"updated_at": "2026-01-16T13:10:23+00:00",
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"brand_colours": {
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"email_sub_text": "#FFFFFF",
"sidebar_accent": "#36367E",
"sidebar_active": "#53DBB8",
"email_background": "#0E0E56",
"email_button_text": "#FFFFFF",
"portal_background": "#F6F6F6",
"portal_brand_title": "#323B4B",
"sidebar_background": "#0E0E56",
"portal_sidebar_icon": "#828994",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_title": "#11151D",
"sidebar_title_primary": "#FFC634",
"portal_brand_sub_title": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"email_button_background": "#36367E",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_background": "#36367E",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_icon_active": "#828994",
"portal_sidebar_text_active": "#323B4B",
"email_logo_background_panel": "#36367E",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_button_active": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"regulatory_text": "Regulatory text",
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"addon_subscriptions": "App\\Http\\Resources\\Addons\\AddonSubscriptionResource",
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"statement_frequency": "monthly",
"task_board_template": "App\\Http\\Resources\\Board\\BoardResource",
"keep_deleted_files_for": 30,
"reply_to_email_address": "jack@example.com",
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true
},
"plan": {
"name": "Johns ISA",
"tags": "App\\Http\\Resources\\TagResource",
"type": "cash_account",
"uuid": "9b352dfe-7fe2-4252-a63a-3f57108b27a7",
"wrap": "App\\Http\\Resources\\Plans\\PlanResource",
"cases": "App\\Http\\Resources\\CasesResource",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"claims": "App\\Http\\Resources\\Plans\\ClaimResource",
"client": "App\\Http\\Resources\\AccountResource",
"covers": "App\\Http\\Resources\\Plans\\CoverResource",
"seller": "App\\Http\\Resources\\AccountResource",
"status": "inactive",
"accounts": "App\\Http\\Resources\\AccountResource",
"on_panel": true,
"provider": "App\\Http\\Resources\\Plans\\ProviderResource",
"sub_type": "lifetime isa",
"opened_at": "2026-01-16T13:10:23+00:00",
"valued_at": "2026-01-16T13:10:23+00:00",
"created_at": "2026-01-16T13:10:23+00:00",
"statistics": {
"recent_growth": 100
},
"updated_at": "2026-01-16T13:10:23+00:00",
"advice_area": "non_investment_insurance",
"inactive_at": "2026-01-16T13:10:23+00:00",
"review_date": "2025-01-16",
"linked_plans": "App\\Http\\Resources\\Plans\\PlanResource",
"main_account": "App\\Http\\Resources\\Plans\\SubAccountResource",
"sub_accounts": "App\\Http\\Resources\\Plans\\SubAccountResource",
"under_advice": true,
"abstract_type": "asset",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"is_wrap_child": false,
"linked_owners": "App\\Http\\Resources\\AccountResource",
"policy_number": "AVIVA-123",
"show_on_joint": true,
"wrap_children": "App\\Http\\Resources\\Plans\\PlanResource",
"can_be_deleted": "false",
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
}
}
},
"inactive_reason": "claimed",
"is_group_scheme": false,
"is_wrap_product": false,
"shown_on_circles": true,
"latest_valuations": "App\\Http\\Resources\\Plans\\ValuationResource",
"original_valued_at": "2026-01-15T13:10:23+00:00",
"proposal_reference": "AB123456",
"visible_to_circles": "App\\Http\\Resources\\CircleResource",
"agency_in_your_name": true,
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"is_sub_group_scheme": false,
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
}
},
"is_group_scheme_member": false,
"originally_sold_by_firm": true,
"agency_in_your_name_from": "2025-01-16",
"contract_enquiry_account": "App\\Http\\Resources\\AccountResource",
"visible_on_client_portal": true,
"include_in_client_valuation": true
},
"uuid": "59d88d9d-2b1b-4c45-a571-9c0af42d8889",
"status": "accepted",
"adviser": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "505101d8-3c88-4b2a-9021-f4df1e040c7c",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-01-16T13:10:23+00:00",
"first_name": "Gareth",
"updated_at": "2026-01-16T13:10:23+00:00",
"with_login": true,
"inactive_at": "2026-01-16",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-01-16T13:10:23+00:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-01-16T13:10:23+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-01-16 13:10:23",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-01-16T13:10:23+00:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-01-16T13:10:23+00:00"
},
"clients": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "bfb68fd9-6e63-46a9-abfe-ae5aa3696369",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-01-16T13:10:23+00:00",
"first_name": "Gareth",
"updated_at": "2026-01-16T13:10:23+00:00",
"with_login": true,
"inactive_at": "2026-01-16",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-01-16T13:10:23+00:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-01-16T13:10:23+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-01-16 13:10:23",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-01-16T13:10:23+00:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-01-16T13:10:23+00:00"
},
"premium": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"modelable": {
"name": "Johns ISA",
"tags": "App\\Http\\Resources\\TagResource",
"type": "cash_account",
"uuid": "206c2ceb-d679-473d-8708-e893a32e055b",
"wrap": "App\\Http\\Resources\\Plans\\PlanResource",
"cases": "App\\Http\\Resources\\CasesResource",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"claims": "App\\Http\\Resources\\Plans\\ClaimResource",
"client": "App\\Http\\Resources\\AccountResource",
"covers": "App\\Http\\Resources\\Plans\\CoverResource",
"seller": "App\\Http\\Resources\\AccountResource",
"status": "inactive",
"accounts": "App\\Http\\Resources\\AccountResource",
"on_panel": true,
"provider": "App\\Http\\Resources\\Plans\\ProviderResource",
"sub_type": "lifetime isa",
"opened_at": "2026-01-16T13:10:23+00:00",
"valued_at": "2026-01-16T13:10:23+00:00",
"created_at": "2026-01-16T13:10:23+00:00",
"statistics": {
"recent_growth": 100
},
"updated_at": "2026-01-16T13:10:23+00:00",
"advice_area": "non_investment_insurance",
"inactive_at": "2026-01-16T13:10:23+00:00",
"review_date": "2025-01-16",
"linked_plans": "App\\Http\\Resources\\Plans\\PlanResource",
"main_account": "App\\Http\\Resources\\Plans\\SubAccountResource",
"sub_accounts": "App\\Http\\Resources\\Plans\\SubAccountResource",
"under_advice": true,
"abstract_type": "asset",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"is_wrap_child": false,
"linked_owners": "App\\Http\\Resources\\AccountResource",
"policy_number": "AVIVA-123",
"show_on_joint": true,
"wrap_children": "App\\Http\\Resources\\Plans\\PlanResource",
"can_be_deleted": "false",
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
}
}
},
"inactive_reason": "claimed",
"is_group_scheme": false,
"is_wrap_product": false,
"shown_on_circles": true,
"latest_valuations": "App\\Http\\Resources\\Plans\\ValuationResource",
"original_valued_at": "2026-01-15T13:10:23+00:00",
"proposal_reference": "AB123456",
"visible_to_circles": "App\\Http\\Resources\\CircleResource",
"agency_in_your_name": true,
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"is_sub_group_scheme": false,
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
}
},
"is_group_scheme_member": false,
"originally_sold_by_firm": true,
"agency_in_your_name_from": "2025-01-16",
"contract_enquiry_account": "App\\Http\\Resources\\AccountResource",
"visible_on_client_portal": true,
"include_in_client_valuation": true
},
"created_at": "2026-01-16T13:10:23+00:00",
"start_date": "2021-09-24",
"updated_at": "2026-01-16T13:10:23+00:00",
"advice_type": "execution_only",
"conducted_by": "email",
"opted_out_at": "2026-01-16T13:10:23+00:00",
"existing_plan": {
"name": "Johns ISA",
"tags": "App\\Http\\Resources\\TagResource",
"type": "cash_account",
"uuid": "a9a1dd80-7fe3-4b43-8266-4d0dba93ba3b",
"wrap": "App\\Http\\Resources\\Plans\\PlanResource",
"cases": "App\\Http\\Resources\\CasesResource",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"claims": "App\\Http\\Resources\\Plans\\ClaimResource",
"client": "App\\Http\\Resources\\AccountResource",
"covers": "App\\Http\\Resources\\Plans\\CoverResource",
"seller": "App\\Http\\Resources\\AccountResource",
"status": "inactive",
"accounts": "App\\Http\\Resources\\AccountResource",
"on_panel": true,
"provider": "App\\Http\\Resources\\Plans\\ProviderResource",
"sub_type": "lifetime isa",
"opened_at": "2026-01-16T13:10:23+00:00",
"valued_at": "2026-01-16T13:10:23+00:00",
"created_at": "2026-01-16T13:10:23+00:00",
"statistics": {
"recent_growth": 100
},
"updated_at": "2026-01-16T13:10:23+00:00",
"advice_area": "non_investment_insurance",
"inactive_at": "2026-01-16T13:10:23+00:00",
"review_date": "2025-01-16",
"linked_plans": "App\\Http\\Resources\\Plans\\PlanResource",
"main_account": "App\\Http\\Resources\\Plans\\SubAccountResource",
"sub_accounts": "App\\Http\\Resources\\Plans\\SubAccountResource",
"under_advice": true,
"abstract_type": "asset",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"is_wrap_child": false,
"linked_owners": "App\\Http\\Resources\\AccountResource",
"policy_number": "AVIVA-123",
"show_on_joint": true,
"wrap_children": "App\\Http\\Resources\\Plans\\PlanResource",
"can_be_deleted": "false",
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
}
}
},
"inactive_reason": "claimed",
"is_group_scheme": false,
"is_wrap_product": false,
"shown_on_circles": true,
"latest_valuations": "App\\Http\\Resources\\Plans\\ValuationResource",
"original_valued_at": "2026-01-15T13:10:23+00:00",
"proposal_reference": "AB123456",
"visible_to_circles": "App\\Http\\Resources\\CircleResource",
"agency_in_your_name": true,
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"is_sub_group_scheme": false,
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
}
},
"is_group_scheme_member": false,
"originally_sold_by_firm": true,
"agency_in_your_name_from": "2025-01-16",
"contract_enquiry_account": "App\\Http\\Resources\\AccountResource",
"visible_on_client_portal": true,
"include_in_client_valuation": true
},
"proposal_date": "2021-09-01",
"modelable_type": "plan",
"opted_out_notes": "Opted out notes",
"contribution_type": "increment",
"premium_frequency": "monthly",
"is_vulnerable_client": true,
"existing_plan_details": "Existing plan details",
"contribution_type_notes": "Contribution type notes",
"is_replacing_existing_plan": true,
"opted_out_of_pension_scheme_for_plan": true
}