Get all plans Run in API Explorer
This endpoint will return all plans in the firm relevant to the user accessing them.
Query parameters
-
Date in format Y-m-d to get the plan's value at the date. Defaults to current date if not provided.
-
When authenticated as a client, you can opt to include other plans belonging to members of circles the authenticated client is a member of as long as they have the correct circle circle login access level to do so.
-
Comma separated list of relationships to include in the response. Valid relationships are [cases, tags, sub_accounts, wrap, wrap_children, wrap_children.provider, external_references, active_adviser, seller, linked_owners, group_scheme, sub_group_scheme, custom_fields].
-
Filter by a comma separated list of UUIDs.
-
Comma separated list of abstract types. Valid abstract types are [asset, liability, protection]
-
Comma separated list of types. Valid abstract types are [cash_account, investment, protection_policy, pension, annuity, general_insurance, group_protection, mortgage, loan_credit, fixed_asset]
-
Comma separated list of sub types.
-
Comma separated list of plan names to search against, can include partial matches.
-
Comma separated list of client UUIDs to search against.
-
Comma separated list of accounts UUIDs that are all the owners of a plan.
-
Comma separated list of circle UUIDs to search against.
-
Comma separated list of policy numbers to search against, can include partial matches.
-
Comma separated list of provider provider UUIDs to search against.
-
Comma separated string of statuses to filter by. Valid statuses are [active, proposed, inactive]
-
Comma separated list of adviser UUIDs of who sold the plan to search against.
-
Comma separated list of adviser UUIDs of who is actively managing the plan to search against.
-
Comma separated list of case UUIDs
-
Amount in pennies to filter where latest valuation is greater than.
-
Amount in pennies to filter where latest valuation is less than.
-
filter the plans by if they are a wrap product
-
Used to hide the wrap children from the primary list of plans.
-
filter the plans by if they have agency in your name
-
filter the plans by if they are under advice
-
Filter by a plan custom field. Example filter[custom_field:cryptocurrencies]=bitcoin
-
Field to sort by. Valid fields are [created_at, updated_at, name, type, value]. Negative sign to denote DESC. Defaults to 'name'.
-
Number of results to return with pagination (Default 15. Max 500).
curl \
--request GET 'https://api.plannrcrm.com/api/v2/plans' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
{
"data": [
{
"uuid": "763cc8b8-1d37-4aa5-af55-be22087706dd",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"opened_at": "2026-08-19T09:59:02+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-08-19T09:59:02+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"main_account": {
"uuid": "680adf0d-52c9-447b-937d-96989358ec16",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"latest_valuation": {
"uuid": "4377e36f-9350-4285-a6e9-5a20781d9e8b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"valued_at": "2026-08-19T09:59:10+01:00",
"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": null,
"description": "Currency of the money"
}
}
},
"is_main_account": false,
"active_portfolio": {
"uuid": "626ccaee-dd79-404e-8bd4-708b84baed5f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"is_proposed": true,
"proposed_at": "2026-08-19T00:00:00+01:00",
"name": "Risky Portfolio"
},
"statistics": {
"recent_growth": 100
}
},
"sub_accounts": [
{
"uuid": "abb582de-73ca-4376-9acb-60de1a2d58f9",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"latest_valuation": {
"uuid": "4377e36f-9350-4285-a6e9-5a20781d9e8b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"valued_at": "2026-08-19T09:59:10+01:00",
"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": null,
"description": "Currency of the money"
}
}
},
"is_main_account": false,
"active_portfolio": {
"uuid": "626ccaee-dd79-404e-8bd4-708b84baed5f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"is_proposed": true,
"proposed_at": "2026-08-19T00:00:00+01:00",
"name": "Risky Portfolio"
},
"statistics": {
"recent_growth": 100
}
}
],
"provider": {
"uuid": "7b7ad19f-4613-4a26-861f-c64f7206d2f7",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"name": "AJ Bell",
"slug": "aj-bell"
},
"covers": [
{
"uuid": "c6b6accc-3e94-4685-abdd-b059c09f04dd",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"cover_type": "critical_illness",
"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"
}
},
"benefit_frequency": "monthly",
"benefit_status": "active",
"excess": {
"amount": {
"example": "10000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"indexation": 1.4,
"client": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
}
}
],
"claims": [
{
"uuid": "2a6322b4-bccd-4ab1-a2ee-c237ab43c877",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"claim_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"
}
},
"claim_start_date": "2025-08-19",
"claim_end_date": "2031-08-19",
"claim_notes": "Claim notes",
"client": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
}
}
],
"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": [
{
"uuid": "82e8cf1c-43f6-41b2-a632-35e5be32e960",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"valued_at": "2026-08-19T09:59:02+01:00",
"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"
}
},
"sub_account": {
"uuid": "8ee8c9af-6a54-4407-904b-84e6b49c6d21",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
}
}
],
"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-08-19T09:59:02+01:00",
"original_valued_at": "2026-08-18T09:59:02+01:00",
"client": {
"uuid": "bdb4be67-86b1-470f-99ce-5e0f543b827e",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+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": {
"uuid": "851c11a4-9955-4c20-b98b-639c3147daaa",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "c4ea32cb-91c3-4789-b168-0b2fe63e154e",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "c4ea32cb-91c3-4789-b168-0b2fe63e154e",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "0287e682-6d2c-4325-bd85-b80f75e8a60a",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-08-19T09:09:10+01:00",
"end_date": "2026-08-19T09:37:10+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "cb4d52f2-6ee9-4809-81e0-013662a83a91",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"tags": {
"uuid": "86678df4-c6eb-4e20-bea8-1f9954e83d6b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-08-19T09:59:02+01:00",
"next_review_date": "2026-08-19T09:59:02+01:00",
"previous_review_date": "2026-08-19T09:59:02+01:00",
"anniversary_review_date": "2026-08-19T09:59:02+01:00",
"terms_of_business_at": "2026-08-19T09:59:02+01:00",
"client_agreement_at": "2026-08-19T09:59:02+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"circles": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"ownership_percentage": 100,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:02",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:02+01:00",
"out_of_office_until": "2026-08-19T09:59:02+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "bd57b94c-4498-4bcf-9ebc-4d1aac885851",
"name": "Gold",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "1d441f7d-f37e-404e-8a0b-63729124f7be",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"accounts": [
{
"uuid": "54328e46-dabd-4098-a612-ffba79e489ea",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+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": {
"uuid": "851c11a4-9955-4c20-b98b-639c3147daaa",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "c4ea32cb-91c3-4789-b168-0b2fe63e154e",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "c4ea32cb-91c3-4789-b168-0b2fe63e154e",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "0287e682-6d2c-4325-bd85-b80f75e8a60a",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-08-19T09:09:10+01:00",
"end_date": "2026-08-19T09:37:10+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "cb4d52f2-6ee9-4809-81e0-013662a83a91",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"tags": {
"uuid": "86678df4-c6eb-4e20-bea8-1f9954e83d6b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-08-19T09:59:02+01:00",
"next_review_date": "2026-08-19T09:59:02+01:00",
"previous_review_date": "2026-08-19T09:59:02+01:00",
"anniversary_review_date": "2026-08-19T09:59:02+01:00",
"terms_of_business_at": "2026-08-19T09:59:02+01:00",
"client_agreement_at": "2026-08-19T09:59:02+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"circles": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"ownership_percentage": 100,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:02",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:02+01:00",
"out_of_office_until": "2026-08-19T09:59:02+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "bd57b94c-4498-4bcf-9ebc-4d1aac885851",
"name": "Gold",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "1d441f7d-f37e-404e-8a0b-63729124f7be",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"seller": {
"uuid": "35c1e060-fa3f-4ea4-9a5b-65f48e3705cf",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+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": {
"uuid": "851c11a4-9955-4c20-b98b-639c3147daaa",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "c4ea32cb-91c3-4789-b168-0b2fe63e154e",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "c4ea32cb-91c3-4789-b168-0b2fe63e154e",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "0287e682-6d2c-4325-bd85-b80f75e8a60a",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-08-19T09:09:10+01:00",
"end_date": "2026-08-19T09:37:10+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "cb4d52f2-6ee9-4809-81e0-013662a83a91",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"tags": {
"uuid": "86678df4-c6eb-4e20-bea8-1f9954e83d6b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-08-19T09:59:02+01:00",
"next_review_date": "2026-08-19T09:59:02+01:00",
"previous_review_date": "2026-08-19T09:59:02+01:00",
"anniversary_review_date": "2026-08-19T09:59:02+01:00",
"terms_of_business_at": "2026-08-19T09:59:02+01:00",
"client_agreement_at": "2026-08-19T09:59:02+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"circles": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"ownership_percentage": 100,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:02",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:02+01:00",
"out_of_office_until": "2026-08-19T09:59:02+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "bd57b94c-4498-4bcf-9ebc-4d1aac885851",
"name": "Gold",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "1d441f7d-f37e-404e-8a0b-63729124f7be",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"linked_owners": [
{
"uuid": "badcea7d-9fb2-4a9c-95d2-8c96e130d97e",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+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": {
"uuid": "851c11a4-9955-4c20-b98b-639c3147daaa",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "c4ea32cb-91c3-4789-b168-0b2fe63e154e",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "c4ea32cb-91c3-4789-b168-0b2fe63e154e",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "0287e682-6d2c-4325-bd85-b80f75e8a60a",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-08-19T09:09:10+01:00",
"end_date": "2026-08-19T09:37:10+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "cb4d52f2-6ee9-4809-81e0-013662a83a91",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"tags": {
"uuid": "86678df4-c6eb-4e20-bea8-1f9954e83d6b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-08-19T09:59:02+01:00",
"next_review_date": "2026-08-19T09:59:02+01:00",
"previous_review_date": "2026-08-19T09:59:02+01:00",
"anniversary_review_date": "2026-08-19T09:59:02+01:00",
"terms_of_business_at": "2026-08-19T09:59:02+01:00",
"client_agreement_at": "2026-08-19T09:59:02+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"circles": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"ownership_percentage": 100,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:02",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:02+01:00",
"out_of_office_until": "2026-08-19T09:59:02+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "bd57b94c-4498-4bcf-9ebc-4d1aac885851",
"name": "Gold",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "1d441f7d-f37e-404e-8a0b-63729124f7be",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"linked_plans": [
{
"uuid": "393d0e40-5804-4d55-bc3e-f37db31ee231",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"opened_at": "2026-08-19T09:59:02+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-08-19T09:59:02+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"main_account": {
"uuid": "8ee8c9af-6a54-4407-904b-84e6b49c6d21",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"sub_accounts": {
"uuid": "8ee8c9af-6a54-4407-904b-84e6b49c6d21",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"provider": {
"uuid": "5d3ed248-a27c-442f-8ca1-71a9b5a5fae6",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "AJ Bell",
"slug": "aj-bell"
},
"covers": {
"uuid": "e7a5c610-39f2-4ccb-afb3-eb83d04be189",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"cover_type": "critical_illness",
"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": null,
"description": "Currency of the money"
}
},
"benefit_frequency": "monthly",
"benefit_status": "active",
"excess": {
"amount": {
"example": "10000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"indexation": 1.4
},
"claims": {
"uuid": "007eac1f-d7a4-46a8-9518-3c40ef48df17",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"claim_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": null,
"description": "Currency of the money"
}
},
"claim_start_date": "2025-08-19",
"claim_end_date": "2031-08-19",
"claim_notes": "Claim notes"
},
"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": {
"uuid": "4377e36f-9350-4285-a6e9-5a20781d9e8b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"valued_at": "2026-08-19T09:59:10+01:00",
"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": null,
"description": "Currency of the money"
}
}
},
"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-08-19T09:59:02+01:00",
"original_valued_at": "2026-08-18T09:59:02+01:00",
"client": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"accounts": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"seller": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_owners": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_plans": {
"uuid": "d6f567a5-058e-4b13-8dad-4d307198030b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"opened_at": "2026-08-19T09:59:10+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-08-19T09:59:10+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"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": null,
"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": null,
"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": null,
"description": "Currency of the money"
}
}
},
"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": null,
"description": "Currency of the money"
}
},
"valued_at": "2026-08-19T09:59:10+01:00",
"original_valued_at": "2026-08-18T09:59:10+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"visible_to_circles": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"statistics": {
"recent_growth": 100
},
"cases": {
"uuid": "870b376e-3d75-4855-ada2-642ace8cc6c4",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "finance",
"slug": "finance",
"review_at": "2026-08-19T09:59:10+01:00",
"assigned_to_uuids": [
null
],
"group_uuids": [
null
],
"completed_at": "2026-08-19T09:59:10+01:00",
"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": null,
"description": "Currency of the money"
}
},
"status_position": 4,
"participants_count": 4,
"task_board_uuid": null
},
"tags": {
"uuid": "86678df4-c6eb-4e20-bea8-1f9954e83d6b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"is_wrap_product": false,
"is_wrap_child": false,
"wrap": {
"uuid": "d6f567a5-058e-4b13-8dad-4d307198030b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"opened_at": "2026-08-19T09:59:10+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-08-19T09:59:10+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"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": null,
"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": null,
"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": null,
"description": "Currency of the money"
}
}
},
"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": null,
"description": "Currency of the money"
}
},
"valued_at": "2026-08-19T09:59:10+01:00",
"original_valued_at": "2026-08-18T09:59:10+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"wrap_children": {
"uuid": "d6f567a5-058e-4b13-8dad-4d307198030b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"opened_at": "2026-08-19T09:59:10+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-08-19T09:59:10+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"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": null,
"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": null,
"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": null,
"description": "Currency of the money"
}
}
},
"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": null,
"description": "Currency of the money"
}
},
"valued_at": "2026-08-19T09:59:10+01:00",
"original_valued_at": "2026-08-18T09:59:10+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"linked_policy_numbers": {
"uuid": "511db503-c194-4ee9-a27a-0b80467128a8",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"linked_policy_number": "ABC123-X"
},
"can_be_deleted": "false",
"contract_enquiry_account": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "1d441f7d-f37e-404e-8a0b-63729124f7be",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"visible_to_circles": {
"uuid": "d662df73-493a-4175-8440-74329c1e2918",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:02+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"accounts": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"joint_account_uuid": "443b5404-0bdc-49bd-b45e-d51e5280d3b9",
"login_access_level": "write",
"current_life_stage_uuid": "05ee9e41-b030-4701-a815-3b3dd8416d69",
"external_references": {
"uuid": "1d441f7d-f37e-404e-8a0b-63729124f7be",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"statistics": {
"recent_growth": 100
},
"cases": [
{
"uuid": "6c5031af-12fd-4053-adf1-6b3ca6a92388",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"name": "finance",
"slug": "finance",
"status": {
"uuid": "faedf299-3e38-425c-aad5-cb89b655f2c2",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "To Be Reviewed",
"colour": "#23852B",
"position": 5,
"is_type_completed": false
},
"type": {
"uuid": null,
"name": "Mortgage Plan",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"review_at": "2026-08-19T09:59:02+01:00",
"assigned_to_uuids": [
"76dc7621-fa8b-49ca-849b-793e21ff7c08"
],
"group_uuids": [
"ee575204-e9aa-4b30-8ab3-532a805bdedc"
],
"completed_at": "2026-08-19T09:59:02+01:00",
"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"
}
},
"status_position": 4,
"participants_count": 4,
"participants": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"task_board_uuid": "60bdbd40-051c-4569-9de8-927f41cc4679",
"plans": {
"uuid": "d6f567a5-058e-4b13-8dad-4d307198030b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"opened_at": "2026-08-19T09:59:10+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-08-19T09:59:10+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"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": null,
"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": null,
"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": null,
"description": "Currency of the money"
}
}
},
"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": null,
"description": "Currency of the money"
}
},
"valued_at": "2026-08-19T09:59:10+01:00",
"original_valued_at": "2026-08-18T09:59:10+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
}
}
],
"tags": [
{
"uuid": "3a51238e-7522-46df-a881-a7fc5b6938cc",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
}
],
"is_wrap_product": false,
"is_wrap_child": false,
"wrap": {
"uuid": "48943b94-00d8-4d17-a9b6-13c172243c44",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"opened_at": "2026-08-19T09:59:02+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-08-19T09:59:02+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"main_account": {
"uuid": "8ee8c9af-6a54-4407-904b-84e6b49c6d21",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"sub_accounts": {
"uuid": "8ee8c9af-6a54-4407-904b-84e6b49c6d21",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"provider": {
"uuid": "5d3ed248-a27c-442f-8ca1-71a9b5a5fae6",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "AJ Bell",
"slug": "aj-bell"
},
"covers": {
"uuid": "e7a5c610-39f2-4ccb-afb3-eb83d04be189",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"cover_type": "critical_illness",
"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": null,
"description": "Currency of the money"
}
},
"benefit_frequency": "monthly",
"benefit_status": "active",
"excess": {
"amount": {
"example": "10000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"indexation": 1.4
},
"claims": {
"uuid": "007eac1f-d7a4-46a8-9518-3c40ef48df17",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"claim_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": null,
"description": "Currency of the money"
}
},
"claim_start_date": "2025-08-19",
"claim_end_date": "2031-08-19",
"claim_notes": "Claim notes"
},
"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": {
"uuid": "4377e36f-9350-4285-a6e9-5a20781d9e8b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"valued_at": "2026-08-19T09:59:10+01:00",
"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": null,
"description": "Currency of the money"
}
}
},
"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-08-19T09:59:02+01:00",
"original_valued_at": "2026-08-18T09:59:02+01:00",
"client": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"accounts": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"seller": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_owners": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_plans": {
"uuid": "d6f567a5-058e-4b13-8dad-4d307198030b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"opened_at": "2026-08-19T09:59:10+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-08-19T09:59:10+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"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": null,
"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": null,
"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": null,
"description": "Currency of the money"
}
}
},
"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": null,
"description": "Currency of the money"
}
},
"valued_at": "2026-08-19T09:59:10+01:00",
"original_valued_at": "2026-08-18T09:59:10+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"visible_to_circles": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"statistics": {
"recent_growth": 100
},
"cases": {
"uuid": "870b376e-3d75-4855-ada2-642ace8cc6c4",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "finance",
"slug": "finance",
"review_at": "2026-08-19T09:59:10+01:00",
"assigned_to_uuids": [
null
],
"group_uuids": [
null
],
"completed_at": "2026-08-19T09:59:10+01:00",
"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": null,
"description": "Currency of the money"
}
},
"status_position": 4,
"participants_count": 4,
"task_board_uuid": null
},
"tags": {
"uuid": "86678df4-c6eb-4e20-bea8-1f9954e83d6b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"is_wrap_product": false,
"is_wrap_child": false,
"wrap": {
"uuid": "d6f567a5-058e-4b13-8dad-4d307198030b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"opened_at": "2026-08-19T09:59:10+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-08-19T09:59:10+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"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": null,
"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": null,
"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": null,
"description": "Currency of the money"
}
}
},
"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": null,
"description": "Currency of the money"
}
},
"valued_at": "2026-08-19T09:59:10+01:00",
"original_valued_at": "2026-08-18T09:59:10+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"wrap_children": {
"uuid": "d6f567a5-058e-4b13-8dad-4d307198030b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"opened_at": "2026-08-19T09:59:10+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-08-19T09:59:10+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"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": null,
"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": null,
"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": null,
"description": "Currency of the money"
}
}
},
"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": null,
"description": "Currency of the money"
}
},
"valued_at": "2026-08-19T09:59:10+01:00",
"original_valued_at": "2026-08-18T09:59:10+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"linked_policy_numbers": {
"uuid": "511db503-c194-4ee9-a27a-0b80467128a8",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"linked_policy_number": "ABC123-X"
},
"can_be_deleted": "false",
"contract_enquiry_account": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "1d441f7d-f37e-404e-8a0b-63729124f7be",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"wrap_children": [
{
"uuid": "5328788a-7e43-4e43-98ab-99fe0d415d4d",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"opened_at": "2026-08-19T09:59:02+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-08-19T09:59:02+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"main_account": {
"uuid": "8ee8c9af-6a54-4407-904b-84e6b49c6d21",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"sub_accounts": {
"uuid": "8ee8c9af-6a54-4407-904b-84e6b49c6d21",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "John's ISA",
"policy_number": "AVI-4837",
"is_main_account": false,
"statistics": {
"recent_growth": 100
}
},
"provider": {
"uuid": "5d3ed248-a27c-442f-8ca1-71a9b5a5fae6",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "AJ Bell",
"slug": "aj-bell"
},
"covers": {
"uuid": "e7a5c610-39f2-4ccb-afb3-eb83d04be189",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"cover_type": "critical_illness",
"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": null,
"description": "Currency of the money"
}
},
"benefit_frequency": "monthly",
"benefit_status": "active",
"excess": {
"amount": {
"example": "10000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": null,
"description": "Currency of the money"
}
},
"indexation": 1.4
},
"claims": {
"uuid": "007eac1f-d7a4-46a8-9518-3c40ef48df17",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"claim_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": null,
"description": "Currency of the money"
}
},
"claim_start_date": "2025-08-19",
"claim_end_date": "2031-08-19",
"claim_notes": "Claim notes"
},
"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": {
"uuid": "4377e36f-9350-4285-a6e9-5a20781d9e8b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"valued_at": "2026-08-19T09:59:10+01:00",
"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": null,
"description": "Currency of the money"
}
}
},
"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-08-19T09:59:02+01:00",
"original_valued_at": "2026-08-18T09:59:02+01:00",
"client": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"accounts": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"seller": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_owners": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"linked_plans": {
"uuid": "d6f567a5-058e-4b13-8dad-4d307198030b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"opened_at": "2026-08-19T09:59:10+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-08-19T09:59:10+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"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": null,
"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": null,
"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": null,
"description": "Currency of the money"
}
}
},
"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": null,
"description": "Currency of the money"
}
},
"valued_at": "2026-08-19T09:59:10+01:00",
"original_valued_at": "2026-08-18T09:59:10+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"visible_to_circles": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"statistics": {
"recent_growth": 100
},
"cases": {
"uuid": "870b376e-3d75-4855-ada2-642ace8cc6c4",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "finance",
"slug": "finance",
"review_at": "2026-08-19T09:59:10+01:00",
"assigned_to_uuids": [
null
],
"group_uuids": [
null
],
"completed_at": "2026-08-19T09:59:10+01:00",
"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": null,
"description": "Currency of the money"
}
},
"status_position": 4,
"participants_count": 4,
"task_board_uuid": null
},
"tags": {
"uuid": "86678df4-c6eb-4e20-bea8-1f9954e83d6b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"is_wrap_product": false,
"is_wrap_child": false,
"wrap": {
"uuid": "d6f567a5-058e-4b13-8dad-4d307198030b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"opened_at": "2026-08-19T09:59:10+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-08-19T09:59:10+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"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": null,
"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": null,
"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": null,
"description": "Currency of the money"
}
}
},
"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": null,
"description": "Currency of the money"
}
},
"valued_at": "2026-08-19T09:59:10+01:00",
"original_valued_at": "2026-08-18T09:59:10+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"wrap_children": {
"uuid": "d6f567a5-058e-4b13-8dad-4d307198030b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"opened_at": "2026-08-19T09:59:10+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-08-19T09:59:10+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"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": null,
"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": null,
"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": null,
"description": "Currency of the money"
}
}
},
"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": null,
"description": "Currency of the money"
}
},
"valued_at": "2026-08-19T09:59:10+01:00",
"original_valued_at": "2026-08-18T09:59:10+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
},
"linked_policy_numbers": {
"uuid": "511db503-c194-4ee9-a27a-0b80467128a8",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"linked_policy_number": "ABC123-X"
},
"can_be_deleted": "false",
"contract_enquiry_account": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "1d441f7d-f37e-404e-8a0b-63729124f7be",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
],
"linked_policy_numbers": [
{
"uuid": "8f189533-a0ec-4527-b27c-f765b22264b8",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"linked_policy_number": "ABC123-X",
"plan": {
"uuid": "d6f567a5-058e-4b13-8dad-4d307198030b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"opened_at": "2026-08-19T09:59:10+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-08-19T09:59:10+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-08-19",
"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-08-19",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"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": null,
"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": null,
"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": null,
"description": "Currency of the money"
}
}
},
"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": null,
"description": "Currency of the money"
}
},
"valued_at": "2026-08-19T09:59:10+01:00",
"original_valued_at": "2026-08-18T09:59:10+01:00",
"statistics": {
"recent_growth": 100
},
"is_wrap_product": false,
"is_wrap_child": false,
"can_be_deleted": "false"
}
}
],
"can_be_deleted": "false",
"contract_enquiry_account": {
"uuid": "c585c480-92eb-4a99-ad0b-0bbea5c9e724",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+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": {
"uuid": "851c11a4-9955-4c20-b98b-639c3147daaa",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Codepotato",
"slug": "codepotato",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"regulatory_text": "Regulatory text",
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"brand_colours": {
"sidebar_background": "#0E0E56",
"sidebar_accent": "#36367E",
"sidebar_text": "#FFFFFF",
"sidebar_hover": "#0A0A42",
"sidebar_active": "#53DBB8",
"sidebar_title_background": "#36367E",
"sidebar_title_primary": "#FFC634",
"sidebar_title_secondary": "#FFFFFF",
"sidebar_title_secondary_hover": "#FFFFFF",
"email_background": "#0E0E56",
"email_logo_background_panel": "#36367E",
"email_sub_text": "#FFFFFF",
"email_button_background": "#36367E",
"email_button_text": "#FFFFFF",
"portal_sidebar_button_background": "#F6F6F6",
"portal_sidebar_button_hover": "#FFFFFF",
"portal_sidebar_button_active": "#FFFFFF",
"portal_brand_title": "#323B4B",
"portal_brand_sub_title": "#828994",
"portal_sidebar_title": "#11151D",
"portal_sidebar_text": "#323B4B",
"portal_sidebar_text_hover": "#323B4B",
"portal_sidebar_text_active": "#323B4B",
"portal_sidebar_icon": "#828994",
"portal_sidebar_icon_hover": "#828994",
"portal_sidebar_icon_active": "#828994",
"portal_background": "#F6F6F6",
"portal_sidebar_account_title": "#11151D",
"portal_sidebar_account_email": "#828994",
"portal_sidebar_divider": "#E3E5E9",
"portal_dashboard_bg_one": "#EF4583",
"portal_dashboard_bg_two": "#FFC634",
"portal_sidebar_collapse_button": "#828994",
"portal_sidebar_collapse_button_hover": "#B3B9C4",
"portal_sidebar_user_select_background": "#F6F6F6",
"portal_sidebar_user_select_hover": "#F6F6F6",
"portal_sidebar_user_select_text": "#323B4B",
"portal_sidebar_user_select_text_hover": "#323B4B",
"portal_sidebar_user_select_border": "#EEEEEE",
"portal_sidebar_user_select_border_hover": "#828994"
},
"is_subscribed": true,
"keep_deleted_files_for": 30,
"tax": 17.5,
"month_end": 25,
"statement_frequency": "monthly",
"billing": {
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville",
"invoice_county": "Hampshire",
"invoice_postcode": "PO7 7YH",
"invoice_country": "United Kingdom",
"invoice_email": "gareth@codepotato.co.uk"
},
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!",
"show_fact_find_illustrations": true,
"cc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"bcc_email_addresses": [
"jack@example.com",
"jill@example.com"
],
"reply_to_email_address": "jack@example.com",
"mobile_app_support_number": "01234 567890",
"mobile_app_support_email": "support@example.com"
},
"primary_phone_number": {
"uuid": "c4ea32cb-91c3-4789-b168-0b2fe63e154e",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"primary_email": {
"uuid": "c4ea32cb-91c3-4789-b168-0b2fe63e154e",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"current_time_entry": {
"uuid": "0287e682-6d2c-4325-bd85-b80f75e8a60a",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"start_date": "2026-08-19T09:09:10+01:00",
"end_date": "2026-08-19T09:37:10+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"assigned_adviser": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_administrator": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"assigned_paraplanner": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"introduced_by": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"business_unit": {
"uuid": "cb4d52f2-6ee9-4809-81e0-013662a83a91",
"name": "Wealth Management",
"has_alternative_branding": false,
"brand_colours": [],
"members_count": 3,
"groups_count": 2,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"groups": {
"uuid": null,
"name": "finance",
"slug": "finance",
"participants_count": "3",
"participants": {
"uuid": {
"example": null,
"description": "UUID of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
}
},
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"tags": {
"uuid": "86678df4-c6eb-4e20-bea8-1f9954e83d6b",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Mortgage",
"slug": "mortgage",
"colour": "#ef4582"
},
"owners": {
"uuid": "740a7240-1369-4ee0-88e0-6e4e6e39e43f",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+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",
"first_contact_date": "2026-08-19T09:59:10+01:00",
"next_review_date": "2026-08-19T09:59:10+01:00",
"previous_review_date": "2026-08-19T09:59:10+01:00",
"anniversary_review_date": "2026-08-19T09:59:10+01:00",
"terms_of_business_at": "2026-08-19T09:59:10+01:00",
"client_agreement_at": "2026-08-19T09:59:10+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:10",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:10+01:00",
"out_of_office_until": "2026-08-19T09:59:10+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"first_contact_date": "2026-08-19T09:59:02+01:00",
"next_review_date": "2026-08-19T09:59:02+01:00",
"previous_review_date": "2026-08-19T09:59:02+01:00",
"anniversary_review_date": "2026-08-19T09:59:02+01:00",
"terms_of_business_at": "2026-08-19T09:59:02+01:00",
"client_agreement_at": "2026-08-19T09:59:02+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"circles": {
"uuid": "e0bd3a06-cfbc-47f4-bba5-f6b8aeb2fb28",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"name": "Jones Family",
"photo_url": "https://eu.ui-avatars.com/api/?name=jones+family",
"bg_colour": "#35f4e1",
"has_portal_access": true,
"portal_access_status": "active",
"engagement_rating": "green",
"last_login": {
"logged_in_at": "2026-08-19T09:59:10+01:00",
"account_uuid": "uuid",
"account_name": "John Smith",
"device_type": "desktop",
"device_platform": "macos"
},
"portal_login_count_30d": 5,
"portal_login_count_90d": 12,
"portal_login_count_365d": 48,
"joint_account_uuid": "c00a3cd0-4c27-41e8-bef9-175acc0bf1c3",
"login_access_level": "write",
"current_life_stage_uuid": "0975fdaa-7337-4c87-b933-f06ab94c1996"
},
"ownership_percentage": 100,
"inactive_at": "2026-08-19",
"last_interaction_at": "2026-08-19 09:59:02",
"referral_code": "ABC12345",
"is_out_of_office": true,
"out_of_office_from": "2026-08-19T09:59:02+01:00",
"out_of_office_until": "2026-08-19T09:59:02+01:00",
"out_of_office_message": "I am away this week. For urgent matters please contact the office.",
"service_level": {
"uuid": "bd57b94c-4498-4bcf-9ebc-4d1aac885851",
"name": "Gold",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00"
},
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": {
"uuid": null,
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
},
"external_references": {
"uuid": "1d441f7d-f37e-404e-8a0b-63729124f7be",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"custom_fields": [
{
"uuid": "1d6a8885-9ff9-4654-ae75-35f9e3deda68",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"type": "string",
"name": "Favourite Drink",
"reference": "favourite_drink",
"is_required": false,
"value": "Coffee",
"selection_options": [
"Coffee",
"Tea",
"Water"
],
"help_text": "This is the client's favourite drink."
}
],
"external_references": [
{
"uuid": "4d185cf6-5b86-444a-ade7-8a70a44bbfc2",
"created_at": "2026-08-19T09:59:02+01:00",
"updated_at": "2026-08-19T09:59:02+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
]
}
]
}
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}