Create an account
Headers
-
Content-Type string
-
Accept string
Body
-
Client array[string]
Client route
-
Employee array[string]
Employee route
-
Introducer array[string]
Introducer route
POST
/api/v1/account
curl \
-X POST https://api.plannrcrm.com/api/v1/account \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"Client":[{"email":{"type":"string","example":"gareth@codepotato.co.uk","required":false,"description":"Email address"},"phone":{"type":"string","example":"443330509960","required":false,"description":"Phone number"},"title":{"type":"string","example":"Mr","required":false,"description":"Title"},"value":{"type":"integer","example":500000,"required":false,"description":"The value of the client in penny format. E.g £5,000 would be 500000."},"gender":{"type":"string","example":"Male","required":false,"description":"Gender. Possible values are: male, female, non-binary, transgender, intersex, other and unknown"},"groups":{"type":"array","example":["8ef03b6b-6fa5-445a-9746-0f0dd85d29be","98c661cf-5fc0-4225-a3a2-5bc7611d65b5"],"required":false,"description":"Group UUIDs to sync client to."},"height":{"type":"integer","example":186,"required":false,"description":"The height of the client in centimeters."},"weight":{"type":"integer","example":220,"required":false,"description":"The weight of the client in pounds."},"address":{"type":"array","example":{"county":{"type":"string","example":"Hampshire","required":false,"description":"County"},"country":{"type":"string","example":"United Kingdom","required":false,"description":"Country"},"postcode":{"type":"string","example":"PO7 7YH","required":false,"description":"Postcode"},"address_1":{"type":"string","example":"Work Address","required":false,"description":"Name of the address"},"address_2":{"type":"string","example":"Suite E, 5 The Briars","required":false,"description":"Second line of the address"},"address_3":{"type":"string","example":"Waterberry Drive","required":false,"description":"Third line of the address"},"address_4":{"type":"string","example":"The Innovative Centre","required":false,"description":"Fourth line of the address"},"town_city":{"type":"string","example":"Waterlooville","required":false,"description":"Town/City"},"move_in_date":{"type":"string","example":"2024-06-20","required":false,"description":"Move in date"}},"required":false,"description":"Address"},"has_will":{"type":"boolean","example":false,"required":false,"description":"Whether the client has a will or not."},"nickname":{"type":"string","example":"G","required":false,"description":"preferred nickname of the client"},"pronouns":{"type":"string","example":"he/him","required":false,"description":"Pronouns"},"last_name":{"type":"string","example":"Thompson","required":true,"description":"Last Name"},"ni_number":{"type":"string","example":"AB 12 34 56 C","required":false,"description":"National Insurance Number"},"first_name":{"type":"string","example":"Gareth","required":true,"description":"First Name"},"gift_notes":{"type":"string","example":"Notes on the gifts.","required":false,"description":"Notes on the gifts."},"will_notes":{"type":"string","example":"Notes on the client's will.","required":false,"description":"Notes on the client's will."},"deceased_at":{"type":"date","example":"2025-01-17","required":false,"description":"Date of death"},"is_deceased":{"type":"boolean","example":false,"required":false,"description":"Denotes if the client is deceased"},"is_prospect":{"type":"boolean","example":false,"required":false,"description":"Denotes if the client is a prospect or not."},"lead_source":{"type":"string","example":"LeadGen Company","required":false,"description":"Marks the lead source of the client"},"maiden_name":{"type":"string","example":"Thompson","required":false,"description":"Maiden Name"},"middle_name":{"type":"string","example":"Alex","required":false,"description":"Middle Name"},"status_uuid":{"type":"string","example":"acfd23cc-c1f0-492e-a4d4-7808a4f16ab9","required":false,"description":"The status of the client."},"do_not_visit":{"type":"boolean","example":false,"required":false,"description":"Denotes if the client can be visited"},"health_notes":{"type":"string","example":"Notes on the client's health.","required":false,"description":"Notes on the client's health."},"smoker_since":{"type":"date","example":"2015-01-17","required":false,"description":"The date of when the client started smoking."},"date_of_birth":{"type":"date","example":"1975-01-17","required":false,"description":"Date of birth"},"do_not_market":{"type":"boolean","example":false,"required":false,"description":"Denotes if the client can be marketed to"},"is_vulnerable":{"type":"string","example":"possibly","required":false,"description":"whether the client is vulnerable. Possible values are: \"yes\", \"no\", and \"possibly\""},"nationalities":{"type":"array","example":["British","Romanian"],"required":false,"description":"Nationalities of the client. You can use the api/v1/static/nationalities endpoint to get our list."},"pension_notes":{"type":"string","example":"","required":false,"description":"Notes on the pension"},"smoker_status":{"type":"string","example":"non-smoker","required":false,"description":"Smoker Status. Possible values are: smoker, non-smoker, vaper, ex-smoker, never-smoked, unknown"},"will_location":{"type":"string","example":"","required":false,"description":"Where is the will stored?"},"write_to_whom":{"type":"string","example":"Gareth","required":false,"description":"Marks the name of the client to write to"},"is_uk_domicile":{"type":"boolean","example":true,"required":false,"description":"Whether the client is a UK domicile or not."},"is_uk_resident":{"type":"boolean","example":true,"required":false,"description":"Whether the client is a UK resident or not."},"marital_status":{"type":"string","example":"married","required":false,"description":"Marital Status. Possible values are: single, cohabiting, married, divorced, civil-partnership, dissolved-civil-partnership, widowed, separated, engaged, in-relationship, other, unknown"},"will_executors":{"type":"string","example":"","required":false,"description":"Who are the executors?"},"passport_number":{"type":"string","example":"123456","required":false,"description":"The passport number of the client"},"cigarettes_daily":{"type":"integer","example":6,"required":false,"description":"The amount of cigarettes the client smokes a day."},"date_of_forecast":{"type":"date","example":"2025-01-17T11:18:28+00:00","required":false,"description":"What is the date of the obtained forecast"},"date_of_marriage":{"type":"date","example":"2025-01-17","required":false,"description":"Date of marriage"},"has_iht_planning":{"type":"boolean","example":true,"required":false,"description":"Whether the client has Inheritance Tax (IHT) planning or not."},"is_will_accurate":{"type":"boolean","example":true,"required":false,"description":"Does your current will reflect your wishes?"},"next_review_date":{"type":"date","example":"2025-02-17","required":false,"description":"Date of next review"},"will_poa_details":{"type":"string","example":"","required":false,"description":"Who are the Attorney’s?"},"has_gifted_family":{"type":"boolean","example":true,"required":false,"description":"Whether the client has gifted the family."},"client_preferences":{"type":"string","example":"Prefers telephone calls in the morning.","required":false,"description":"Any client preferences."},"external_reference":{"type":"array","example":{"reference":"AB123456","third_party":"nucleus"},"required":false,"description":"A third-party external reference to attach when creating the model. The third party must be one of the following: adviser_office, aj_bell, conquest, filehaven, finio, fundment, intelliflo_office, nucleus, parmenion, seccl, smartsearch, soderberg and transact_remuneration"},"first_contact_date":{"type":"date","example":"2024-12-17","required":false,"description":"The date of the first contact."},"iht_planning_notes":{"type":"string","example":"Notes on the client's Inheritance Tax (IHT) planning.","required":false,"description":"Notes on the client's Inheritance Tax (IHT) planning."},"introduced_by_uuid":{"type":"string","example":"5abe48a9-67d7-4bd8-bbfd-9530dd3fd604","required":false,"description":"The UUID of the introducer for this client"},"residential_status":{"type":"string","example":"settled","required":false,"description":"Residential status"},"send_welcome_email":{"type":"boolean","example":true,"required":false,"description":"Send an email on account creation and create a login"},"will_gifts_details":{"type":"string","example":"","required":false,"description":"Notes of gifts"},"will_last_reviewed":{"type":"date","example":"2025-01-16","required":false,"description":"The date of the last time the will's been reviewed."},"third_party_offered":{"type":"boolean","example":true,"required":false,"description":"Whether the client has been offered any third party."},"checked_sanctions_at":{"type":"date","example":"2025-01-17","required":false,"description":"Date the client was checked for sanctions"},"country_of_residence":{"type":"string","example":"United Kingdom","required":false,"description":"Country of residence"},"long_term_care_notes":{"type":"string","example":"Notes on the client's long term care.","required":false,"description":"Notes on the client's long term care."},"previous_review_date":{"type":"date","example":"2024-12-17","required":false,"description":"Date of previous review"},"procedure_adaptation":{"type":"boolean","example":true,"required":false,"description":"Whether any procedures need to be adapted to the client."},"state_retirement_age":{"type":"integer","example":60,"required":false,"description":"The state retirement age."},"will_bequests_detail":{"type":"string","example":"","required":false,"description":"Details of any Bequests"},"assigned_adviser_uuid":{"type":"string","example":"b6b3c933-db46-430f-8272-017a30450d3b","required":false,"description":"The UUID of the employee that the client directly reports to"},"has_power_of_attorney":{"type":"boolean","example":true,"required":false,"description":"Whether the client has power of attorney."},"is_married_to_partner":{"type":"boolean","example":true,"required":false,"description":"Denotes if the client is married to their partner"},"long_term_care_needed":{"type":"boolean","example":false,"required":false,"description":"Whether the client required long term care."},"prospect_converted_at":{"type":"date","example":"2025-01-17T11:18:28+00:00","required":false,"description":"The datetime when the prospect was converted into a client."},"target_retirement_age":{"type":"integer","example":60,"required":false,"description":"Targest retirement age."},"vulnerability_details":{"type":"string","example":"No vulnerabilities","required":false,"description":"Any details regarding the client's vulnerabilities."},"adaption_details_notes":{"type":"boolean","example":"Adaptation notes","required":false,"description":"Any notes regarding adaptations"},"do_not_contact_via_fax":{"type":"boolean","example":false,"required":false,"description":"Denotes if the client can be contacted via fax"},"do_not_contact_via_sms":{"type":"boolean","example":false,"required":false,"description":"Denotes if the client can be contacted via SMS"},"anniversary_review_date":{"type":"date","example":"2025-01-17","required":false,"description":"Anniversary review date"},"current_state_of_health":{"type":"string","example":"Fit and healthy","required":false,"description":"The client's current state of health."},"do_not_contact_via_mail":{"type":"boolean","example":false,"required":false,"description":"Denotes if the client can be contacted via mail"},"expected_retirement_age":{"type":"integer","example":60,"required":false,"description":"The expected retirement age."},"has_obtained_a_forecast":{"type":"boolean","example":true,"required":false,"description":"Have you recently obtained a forecast"},"power_of_attorney_notes":{"type":"string","example":"Notes on the client's power of attorney.","required":false,"description":"Notes on the client's power of attorney."},"projected_state_pension":{"type":"integer","example":50000,"required":false,"description":"What is the projected State Pension"},"units_of_alcohol_weekly":{"type":"integer","example":28,"required":false,"description":"The units of alcohol digested weekly."},"do_not_contact_via_email":{"type":"boolean","example":false,"required":false,"description":"Denotes if the client can be contacted via email"},"assigned_paraplanner_uuid":{"type":"string","example":"901acb39-c91d-4a2b-b876-533559e1d14c","required":false,"description":"The UUID of the paraplanner employee that the client has been assigned"},"poa_attorney_appointed_at":{"type":"date","example":"2025-01-17T00:00:00+00:00","required":false,"description":"When were the Attorney’s appointed?"},"assigned_administrator_uuid":{"type":"string","example":"8a03eff5-bc79-4fa6-9e09-2a7b8d91d447","required":false,"description":"The UUID of the adviser employee that the client has been assigned"},"is_anticipating_inheritance":{"type":"boolean","example":true,"required":false,"description":"Whether the client is anticipating/ expecting any inheritance."},"state_of_health_explanation":{"type":"string","example":"Explanation of the current state of health.","required":false,"description":"Explanation of the current state of health."},"are_poa_documents_registered":{"type":"boolean","example":true,"required":false,"description":"Are the documents registered?"},"do_not_contact_via_telephone":{"type":"boolean","example":false,"required":false,"description":"Denotes if the client can be contacted via telephone"},"is_poa_registered_epa_or_lpa":{"type":"string","example":"epa","required":false,"description":"Is the Power of Attorney Registered as a EPA or LPA"},"anticipating_inheritance_notes":{"type":"string","example":"Notes on the client's inheritance anticipation/ expectations.","required":false,"description":"Notes on the client's inheritance anticipation/ expectations."},"last_used_nicotine_products_date":{"type":"date","example":"2024-01-17","required":false,"description":"The date of the last time the client used nicotine products."},"is_in_receipt_of_your_state_pension":{"type":"boolean","example":true,"required":false,"description":"Are you in receipt of your State Pension"},"are_poa_appointed_for_health_or_wealth":{"type":"string","example":"health","required":false,"description":"Are the Attorneys appointed for Health, Wealth or Both?"},"years_of_national_insurance_contributions":{"type":"integer","example":5,"required":false,"description":"How many years have you made Nation Insurance Contributions"}}],"Employee":[{"role":{"type":"string","example":"owner","required":true,"description":"The role of the employee."},"email":{"type":"string","example":"gareth@codepotato.co.uk","required":false,"description":"Email address"},"phone":{"type":"string","example":"443330509960","required":false,"description":"Phone number"},"groups":{"type":"array","example":["e0b4a369-7fcf-4825-b43b-6d43ab082e80","3bd21be0-1abd-4294-b573-b282b718c104"],"required":false,"description":"Group uuids belonging to the firm."},"address":{"type":"array","example":{"county":{"type":"string","example":"Hampshire","required":false,"description":"County"},"country":{"type":"string","example":"United Kingdom","required":false,"description":"Country"},"postcode":{"type":"string","example":"PO7 7YH","required":false,"description":"Postcode"},"address_1":{"type":"string","example":"Work Address","required":false,"description":"Name of the address"},"address_2":{"type":"string","example":"Suite E, 5 The Briars","required":false,"description":"Second line of the address"},"address_3":{"type":"string","example":"Waterberry Drive","required":false,"description":"Third line of the address"},"address_4":{"type":"string","example":"The Innovative Centre","required":false,"description":"Fourth line of the address"},"town_city":{"type":"string","example":"Waterlooville","required":false,"description":"Town/City"},"move_in_date":{"type":"string","example":"2024-06-20","required":false,"description":"Move in date"}},"required":false,"description":"Address"},"last_name":{"type":"string","example":"Thompson","required":true,"description":"The last name of the employee."},"first_name":{"type":"string","example":"Gareth","required":true,"description":"The first name of the employee."},"advice_type":{"type":"string","example":"independent","required":false,"description":"Employee's RMAR advice type"},"departments":{"type":"array","example":["paraplanner","adviser"],"required":true,"description":"The departments the employee is part of"},"next_review_date":{"type":"date","example":"2025-02-17","required":false,"description":"Date of next review"},"adviser_split_uuid":{"type":"string","example":"47c760b1-80ca-41fe-ad8a-65c992fc0faf","required":false,"description":"The uuid of the the adviser split that will be applied when this adviser adds charges"},"send_welcome_email":{"type":"boolean","example":true,"required":true,"description":"Send an email on account creation and create a login"},"meeting_booking_url":{"type":"string","example":"https://calendly.com/gareth-codepotato","required":false,"description":"Employee's meeting booking URL"},"previous_review_date":{"type":"date","example":"2024-12-17","required":false,"description":"Date of previous review"},"assigned_adviser_uuid":{"type":"string","example":"4ab58448-5e41-47ea-9962-969f3394fc84","required":false,"description":"b1c7a8bf-872c-4f03-b95f-681e6c10abf5"},"anniversary_review_date":{"type":"date","example":"2025-01-17","required":false,"description":"Anniversary review date"}}],"Introducer":[{"email":{"type":"string","example":"gareth@codepotato.co.uk","required":false,"description":"Email address"},"phone":{"type":"string","example":"443330509960","required":false,"description":"Phone number"},"title":{"type":"string","example":"Mr","required":false,"description":"Title"},"groups":{"type":"array","example":["89a48113-d56c-47a6-88ce-60e7d9a125dc","ad8d2433-56ee-42dc-bc8b-e942b4b9990c"],"required":false,"description":"Group uuids belonging to the firm."},"address":{"type":"array","example":{"county":{"type":"string","example":"Hampshire","required":false,"description":"County"},"country":{"type":"string","example":"United Kingdom","required":false,"description":"Country"},"postcode":{"type":"string","example":"PO7 7YH","required":false,"description":"Postcode"},"address_1":{"type":"string","example":"Work Address","required":false,"description":"Name of the address"},"address_2":{"type":"string","example":"Suite E, 5 The Briars","required":false,"description":"Second line of the address"},"address_3":{"type":"string","example":"Waterberry Drive","required":false,"description":"Third line of the address"},"address_4":{"type":"string","example":"The Innovative Centre","required":false,"description":"Fourth line of the address"},"town_city":{"type":"string","example":"Waterlooville","required":false,"description":"Town/City"},"move_in_date":{"type":"string","example":"2024-06-20","required":false,"description":"Move in date"}},"required":false,"description":"Address"},"last_name":{"type":"string","example":"Stanton","required":true,"description":"Last name"},"first_name":{"type":"string","example":"Patrick","required":true,"description":"First name"},"entity_name":{"type":"string","example":"PatrickCo","required":true,"description":"Entity/business name"},"next_review_date":{"type":"date","example":"2025-02-17","required":false,"description":"Date of next review"},"send_welcome_email":{"type":"boolean","example":true,"required":false,"description":"Send an email on account creation and create a login"},"previous_review_date":{"type":"date","example":"2024-12-17","required":false,"description":"Date of previous review"},"assigned_adviser_uuid":{"type":"string","example":"ed745525-0c27-44c7-ba02-267245792c7b","required":false,"description":"UUID of the account that this account reports to"},"anniversary_review_date":{"type":"date","example":"2025-01-17","required":false,"description":"Anniversary review date"},"charge_split_schema_uuid":{"type":"string","example":"fd5a7a16-c9b9-4eaf-937a-8b04cbc1a6ee","required":false,"description":"Charge split schema that is always used when adding a charge split for this introducer"}}]}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
# Payload
{
"Client": [
{
"email": {
"type": "string",
"example": "gareth@codepotato.co.uk",
"required": false,
"description": "Email address"
},
"phone": {
"type": "string",
"example": "443330509960",
"required": false,
"description": "Phone number"
},
"title": {
"type": "string",
"example": "Mr",
"required": false,
"description": "Title"
},
"value": {
"type": "integer",
"example": 500000,
"required": false,
"description": "The value of the client in penny format. E.g £5,000 would be 500000."
},
"gender": {
"type": "string",
"example": "Male",
"required": false,
"description": "Gender. Possible values are: male, female, non-binary, transgender, intersex, other and unknown"
},
"groups": {
"type": "array",
"example": [
"8ef03b6b-6fa5-445a-9746-0f0dd85d29be",
"98c661cf-5fc0-4225-a3a2-5bc7611d65b5"
],
"required": false,
"description": "Group UUIDs to sync client to."
},
"height": {
"type": "integer",
"example": 186,
"required": false,
"description": "The height of the client in centimeters."
},
"weight": {
"type": "integer",
"example": 220,
"required": false,
"description": "The weight of the client in pounds."
},
"address": {
"type": "array",
"example": {
"county": {
"type": "string",
"example": "Hampshire",
"required": false,
"description": "County"
},
"country": {
"type": "string",
"example": "United Kingdom",
"required": false,
"description": "Country"
},
"postcode": {
"type": "string",
"example": "PO7 7YH",
"required": false,
"description": "Postcode"
},
"address_1": {
"type": "string",
"example": "Work Address",
"required": false,
"description": "Name of the address"
},
"address_2": {
"type": "string",
"example": "Suite E, 5 The Briars",
"required": false,
"description": "Second line of the address"
},
"address_3": {
"type": "string",
"example": "Waterberry Drive",
"required": false,
"description": "Third line of the address"
},
"address_4": {
"type": "string",
"example": "The Innovative Centre",
"required": false,
"description": "Fourth line of the address"
},
"town_city": {
"type": "string",
"example": "Waterlooville",
"required": false,
"description": "Town/City"
},
"move_in_date": {
"type": "string",
"example": "2024-06-20",
"required": false,
"description": "Move in date"
}
},
"required": false,
"description": "Address"
},
"has_will": {
"type": "boolean",
"example": false,
"required": false,
"description": "Whether the client has a will or not."
},
"nickname": {
"type": "string",
"example": "G",
"required": false,
"description": "preferred nickname of the client"
},
"pronouns": {
"type": "string",
"example": "he/him",
"required": false,
"description": "Pronouns"
},
"last_name": {
"type": "string",
"example": "Thompson",
"required": true,
"description": "Last Name"
},
"ni_number": {
"type": "string",
"example": "AB 12 34 56 C",
"required": false,
"description": "National Insurance Number"
},
"first_name": {
"type": "string",
"example": "Gareth",
"required": true,
"description": "First Name"
},
"gift_notes": {
"type": "string",
"example": "Notes on the gifts.",
"required": false,
"description": "Notes on the gifts."
},
"will_notes": {
"type": "string",
"example": "Notes on the client's will.",
"required": false,
"description": "Notes on the client's will."
},
"deceased_at": {
"type": "date",
"example": "2025-01-17",
"required": false,
"description": "Date of death"
},
"is_deceased": {
"type": "boolean",
"example": false,
"required": false,
"description": "Denotes if the client is deceased"
},
"is_prospect": {
"type": "boolean",
"example": false,
"required": false,
"description": "Denotes if the client is a prospect or not."
},
"lead_source": {
"type": "string",
"example": "LeadGen Company",
"required": false,
"description": "Marks the lead source of the client"
},
"maiden_name": {
"type": "string",
"example": "Thompson",
"required": false,
"description": "Maiden Name"
},
"middle_name": {
"type": "string",
"example": "Alex",
"required": false,
"description": "Middle Name"
},
"status_uuid": {
"type": "string",
"example": "acfd23cc-c1f0-492e-a4d4-7808a4f16ab9",
"required": false,
"description": "The status of the client."
},
"do_not_visit": {
"type": "boolean",
"example": false,
"required": false,
"description": "Denotes if the client can be visited"
},
"health_notes": {
"type": "string",
"example": "Notes on the client's health.",
"required": false,
"description": "Notes on the client's health."
},
"smoker_since": {
"type": "date",
"example": "2015-01-17",
"required": false,
"description": "The date of when the client started smoking."
},
"date_of_birth": {
"type": "date",
"example": "1975-01-17",
"required": false,
"description": "Date of birth"
},
"do_not_market": {
"type": "boolean",
"example": false,
"required": false,
"description": "Denotes if the client can be marketed to"
},
"is_vulnerable": {
"type": "string",
"example": "possibly",
"required": false,
"description": "whether the client is vulnerable. Possible values are: \"yes\", \"no\", and \"possibly\""
},
"nationalities": {
"type": "array",
"example": [
"British",
"Romanian"
],
"required": false,
"description": "Nationalities of the client. You can use the api/v1/static/nationalities endpoint to get our list."
},
"pension_notes": {
"type": "string",
"example": "",
"required": false,
"description": "Notes on the pension"
},
"smoker_status": {
"type": "string",
"example": "non-smoker",
"required": false,
"description": "Smoker Status. Possible values are: smoker, non-smoker, vaper, ex-smoker, never-smoked, unknown"
},
"will_location": {
"type": "string",
"example": "",
"required": false,
"description": "Where is the will stored?"
},
"write_to_whom": {
"type": "string",
"example": "Gareth",
"required": false,
"description": "Marks the name of the client to write to"
},
"is_uk_domicile": {
"type": "boolean",
"example": true,
"required": false,
"description": "Whether the client is a UK domicile or not."
},
"is_uk_resident": {
"type": "boolean",
"example": true,
"required": false,
"description": "Whether the client is a UK resident or not."
},
"marital_status": {
"type": "string",
"example": "married",
"required": false,
"description": "Marital Status. Possible values are: single, cohabiting, married, divorced, civil-partnership, dissolved-civil-partnership, widowed, separated, engaged, in-relationship, other, unknown"
},
"will_executors": {
"type": "string",
"example": "",
"required": false,
"description": "Who are the executors?"
},
"passport_number": {
"type": "string",
"example": "123456",
"required": false,
"description": "The passport number of the client"
},
"cigarettes_daily": {
"type": "integer",
"example": 6,
"required": false,
"description": "The amount of cigarettes the client smokes a day."
},
"date_of_forecast": {
"type": "date",
"example": "2025-01-17T11:18:28+00:00",
"required": false,
"description": "What is the date of the obtained forecast"
},
"date_of_marriage": {
"type": "date",
"example": "2025-01-17",
"required": false,
"description": "Date of marriage"
},
"has_iht_planning": {
"type": "boolean",
"example": true,
"required": false,
"description": "Whether the client has Inheritance Tax (IHT) planning or not."
},
"is_will_accurate": {
"type": "boolean",
"example": true,
"required": false,
"description": "Does your current will reflect your wishes?"
},
"next_review_date": {
"type": "date",
"example": "2025-02-17",
"required": false,
"description": "Date of next review"
},
"will_poa_details": {
"type": "string",
"example": "",
"required": false,
"description": "Who are the Attorney’s?"
},
"has_gifted_family": {
"type": "boolean",
"example": true,
"required": false,
"description": "Whether the client has gifted the family."
},
"client_preferences": {
"type": "string",
"example": "Prefers telephone calls in the morning.",
"required": false,
"description": "Any client preferences."
},
"external_reference": {
"type": "array",
"example": {
"reference": "AB123456",
"third_party": "nucleus"
},
"required": false,
"description": "A third-party external reference to attach when creating the model. The third party must be one of the following: adviser_office, aj_bell, conquest, filehaven, finio, fundment, intelliflo_office, nucleus, parmenion, seccl, smartsearch, soderberg and transact_remuneration"
},
"first_contact_date": {
"type": "date",
"example": "2024-12-17",
"required": false,
"description": "The date of the first contact."
},
"iht_planning_notes": {
"type": "string",
"example": "Notes on the client's Inheritance Tax (IHT) planning.",
"required": false,
"description": "Notes on the client's Inheritance Tax (IHT) planning."
},
"introduced_by_uuid": {
"type": "string",
"example": "5abe48a9-67d7-4bd8-bbfd-9530dd3fd604",
"required": false,
"description": "The UUID of the introducer for this client"
},
"residential_status": {
"type": "string",
"example": "settled",
"required": false,
"description": "Residential status"
},
"send_welcome_email": {
"type": "boolean",
"example": true,
"required": false,
"description": "Send an email on account creation and create a login"
},
"will_gifts_details": {
"type": "string",
"example": "",
"required": false,
"description": "Notes of gifts"
},
"will_last_reviewed": {
"type": "date",
"example": "2025-01-16",
"required": false,
"description": "The date of the last time the will's been reviewed."
},
"third_party_offered": {
"type": "boolean",
"example": true,
"required": false,
"description": "Whether the client has been offered any third party."
},
"checked_sanctions_at": {
"type": "date",
"example": "2025-01-17",
"required": false,
"description": "Date the client was checked for sanctions"
},
"country_of_residence": {
"type": "string",
"example": "United Kingdom",
"required": false,
"description": "Country of residence"
},
"long_term_care_notes": {
"type": "string",
"example": "Notes on the client's long term care.",
"required": false,
"description": "Notes on the client's long term care."
},
"previous_review_date": {
"type": "date",
"example": "2024-12-17",
"required": false,
"description": "Date of previous review"
},
"procedure_adaptation": {
"type": "boolean",
"example": true,
"required": false,
"description": "Whether any procedures need to be adapted to the client."
},
"state_retirement_age": {
"type": "integer",
"example": 60,
"required": false,
"description": "The state retirement age."
},
"will_bequests_detail": {
"type": "string",
"example": "",
"required": false,
"description": "Details of any Bequests"
},
"assigned_adviser_uuid": {
"type": "string",
"example": "b6b3c933-db46-430f-8272-017a30450d3b",
"required": false,
"description": "The UUID of the employee that the client directly reports to"
},
"has_power_of_attorney": {
"type": "boolean",
"example": true,
"required": false,
"description": "Whether the client has power of attorney."
},
"is_married_to_partner": {
"type": "boolean",
"example": true,
"required": false,
"description": "Denotes if the client is married to their partner"
},
"long_term_care_needed": {
"type": "boolean",
"example": false,
"required": false,
"description": "Whether the client required long term care."
},
"prospect_converted_at": {
"type": "date",
"example": "2025-01-17T11:18:28+00:00",
"required": false,
"description": "The datetime when the prospect was converted into a client."
},
"target_retirement_age": {
"type": "integer",
"example": 60,
"required": false,
"description": "Targest retirement age."
},
"vulnerability_details": {
"type": "string",
"example": "No vulnerabilities",
"required": false,
"description": "Any details regarding the client's vulnerabilities."
},
"adaption_details_notes": {
"type": "boolean",
"example": "Adaptation notes",
"required": false,
"description": "Any notes regarding adaptations"
},
"do_not_contact_via_fax": {
"type": "boolean",
"example": false,
"required": false,
"description": "Denotes if the client can be contacted via fax"
},
"do_not_contact_via_sms": {
"type": "boolean",
"example": false,
"required": false,
"description": "Denotes if the client can be contacted via SMS"
},
"anniversary_review_date": {
"type": "date",
"example": "2025-01-17",
"required": false,
"description": "Anniversary review date"
},
"current_state_of_health": {
"type": "string",
"example": "Fit and healthy",
"required": false,
"description": "The client's current state of health."
},
"do_not_contact_via_mail": {
"type": "boolean",
"example": false,
"required": false,
"description": "Denotes if the client can be contacted via mail"
},
"expected_retirement_age": {
"type": "integer",
"example": 60,
"required": false,
"description": "The expected retirement age."
},
"has_obtained_a_forecast": {
"type": "boolean",
"example": true,
"required": false,
"description": "Have you recently obtained a forecast"
},
"power_of_attorney_notes": {
"type": "string",
"example": "Notes on the client's power of attorney.",
"required": false,
"description": "Notes on the client's power of attorney."
},
"projected_state_pension": {
"type": "integer",
"example": 50000,
"required": false,
"description": "What is the projected State Pension"
},
"units_of_alcohol_weekly": {
"type": "integer",
"example": 28,
"required": false,
"description": "The units of alcohol digested weekly."
},
"do_not_contact_via_email": {
"type": "boolean",
"example": false,
"required": false,
"description": "Denotes if the client can be contacted via email"
},
"assigned_paraplanner_uuid": {
"type": "string",
"example": "901acb39-c91d-4a2b-b876-533559e1d14c",
"required": false,
"description": "The UUID of the paraplanner employee that the client has been assigned"
},
"poa_attorney_appointed_at": {
"type": "date",
"example": "2025-01-17T00:00:00+00:00",
"required": false,
"description": "When were the Attorney’s appointed?"
},
"assigned_administrator_uuid": {
"type": "string",
"example": "8a03eff5-bc79-4fa6-9e09-2a7b8d91d447",
"required": false,
"description": "The UUID of the adviser employee that the client has been assigned"
},
"is_anticipating_inheritance": {
"type": "boolean",
"example": true,
"required": false,
"description": "Whether the client is anticipating/ expecting any inheritance."
},
"state_of_health_explanation": {
"type": "string",
"example": "Explanation of the current state of health.",
"required": false,
"description": "Explanation of the current state of health."
},
"are_poa_documents_registered": {
"type": "boolean",
"example": true,
"required": false,
"description": "Are the documents registered?"
},
"do_not_contact_via_telephone": {
"type": "boolean",
"example": false,
"required": false,
"description": "Denotes if the client can be contacted via telephone"
},
"is_poa_registered_epa_or_lpa": {
"type": "string",
"example": "epa",
"required": false,
"description": "Is the Power of Attorney Registered as a EPA or LPA"
},
"anticipating_inheritance_notes": {
"type": "string",
"example": "Notes on the client's inheritance anticipation/ expectations.",
"required": false,
"description": "Notes on the client's inheritance anticipation/ expectations."
},
"last_used_nicotine_products_date": {
"type": "date",
"example": "2024-01-17",
"required": false,
"description": "The date of the last time the client used nicotine products."
},
"is_in_receipt_of_your_state_pension": {
"type": "boolean",
"example": true,
"required": false,
"description": "Are you in receipt of your State Pension"
},
"are_poa_appointed_for_health_or_wealth": {
"type": "string",
"example": "health",
"required": false,
"description": "Are the Attorneys appointed for Health, Wealth or Both?"
},
"years_of_national_insurance_contributions": {
"type": "integer",
"example": 5,
"required": false,
"description": "How many years have you made Nation Insurance Contributions"
}
}
],
"Employee": [
{
"role": {
"type": "string",
"example": "owner",
"required": true,
"description": "The role of the employee."
},
"email": {
"type": "string",
"example": "gareth@codepotato.co.uk",
"required": false,
"description": "Email address"
},
"phone": {
"type": "string",
"example": "443330509960",
"required": false,
"description": "Phone number"
},
"groups": {
"type": "array",
"example": [
"e0b4a369-7fcf-4825-b43b-6d43ab082e80",
"3bd21be0-1abd-4294-b573-b282b718c104"
],
"required": false,
"description": "Group uuids belonging to the firm."
},
"address": {
"type": "array",
"example": {
"county": {
"type": "string",
"example": "Hampshire",
"required": false,
"description": "County"
},
"country": {
"type": "string",
"example": "United Kingdom",
"required": false,
"description": "Country"
},
"postcode": {
"type": "string",
"example": "PO7 7YH",
"required": false,
"description": "Postcode"
},
"address_1": {
"type": "string",
"example": "Work Address",
"required": false,
"description": "Name of the address"
},
"address_2": {
"type": "string",
"example": "Suite E, 5 The Briars",
"required": false,
"description": "Second line of the address"
},
"address_3": {
"type": "string",
"example": "Waterberry Drive",
"required": false,
"description": "Third line of the address"
},
"address_4": {
"type": "string",
"example": "The Innovative Centre",
"required": false,
"description": "Fourth line of the address"
},
"town_city": {
"type": "string",
"example": "Waterlooville",
"required": false,
"description": "Town/City"
},
"move_in_date": {
"type": "string",
"example": "2024-06-20",
"required": false,
"description": "Move in date"
}
},
"required": false,
"description": "Address"
},
"last_name": {
"type": "string",
"example": "Thompson",
"required": true,
"description": "The last name of the employee."
},
"first_name": {
"type": "string",
"example": "Gareth",
"required": true,
"description": "The first name of the employee."
},
"advice_type": {
"type": "string",
"example": "independent",
"required": false,
"description": "Employee's RMAR advice type"
},
"departments": {
"type": "array",
"example": [
"paraplanner",
"adviser"
],
"required": true,
"description": "The departments the employee is part of"
},
"next_review_date": {
"type": "date",
"example": "2025-02-17",
"required": false,
"description": "Date of next review"
},
"adviser_split_uuid": {
"type": "string",
"example": "47c760b1-80ca-41fe-ad8a-65c992fc0faf",
"required": false,
"description": "The uuid of the the adviser split that will be applied when this adviser adds charges"
},
"send_welcome_email": {
"type": "boolean",
"example": true,
"required": true,
"description": "Send an email on account creation and create a login"
},
"meeting_booking_url": {
"type": "string",
"example": "https://calendly.com/gareth-codepotato",
"required": false,
"description": "Employee's meeting booking URL"
},
"previous_review_date": {
"type": "date",
"example": "2024-12-17",
"required": false,
"description": "Date of previous review"
},
"assigned_adviser_uuid": {
"type": "string",
"example": "4ab58448-5e41-47ea-9962-969f3394fc84",
"required": false,
"description": "b1c7a8bf-872c-4f03-b95f-681e6c10abf5"
},
"anniversary_review_date": {
"type": "date",
"example": "2025-01-17",
"required": false,
"description": "Anniversary review date"
}
}
],
"Introducer": [
{
"email": {
"type": "string",
"example": "gareth@codepotato.co.uk",
"required": false,
"description": "Email address"
},
"phone": {
"type": "string",
"example": "443330509960",
"required": false,
"description": "Phone number"
},
"title": {
"type": "string",
"example": "Mr",
"required": false,
"description": "Title"
},
"groups": {
"type": "array",
"example": [
"89a48113-d56c-47a6-88ce-60e7d9a125dc",
"ad8d2433-56ee-42dc-bc8b-e942b4b9990c"
],
"required": false,
"description": "Group uuids belonging to the firm."
},
"address": {
"type": "array",
"example": {
"county": {
"type": "string",
"example": "Hampshire",
"required": false,
"description": "County"
},
"country": {
"type": "string",
"example": "United Kingdom",
"required": false,
"description": "Country"
},
"postcode": {
"type": "string",
"example": "PO7 7YH",
"required": false,
"description": "Postcode"
},
"address_1": {
"type": "string",
"example": "Work Address",
"required": false,
"description": "Name of the address"
},
"address_2": {
"type": "string",
"example": "Suite E, 5 The Briars",
"required": false,
"description": "Second line of the address"
},
"address_3": {
"type": "string",
"example": "Waterberry Drive",
"required": false,
"description": "Third line of the address"
},
"address_4": {
"type": "string",
"example": "The Innovative Centre",
"required": false,
"description": "Fourth line of the address"
},
"town_city": {
"type": "string",
"example": "Waterlooville",
"required": false,
"description": "Town/City"
},
"move_in_date": {
"type": "string",
"example": "2024-06-20",
"required": false,
"description": "Move in date"
}
},
"required": false,
"description": "Address"
},
"last_name": {
"type": "string",
"example": "Stanton",
"required": true,
"description": "Last name"
},
"first_name": {
"type": "string",
"example": "Patrick",
"required": true,
"description": "First name"
},
"entity_name": {
"type": "string",
"example": "PatrickCo",
"required": true,
"description": "Entity/business name"
},
"next_review_date": {
"type": "date",
"example": "2025-02-17",
"required": false,
"description": "Date of next review"
},
"send_welcome_email": {
"type": "boolean",
"example": true,
"required": false,
"description": "Send an email on account creation and create a login"
},
"previous_review_date": {
"type": "date",
"example": "2024-12-17",
"required": false,
"description": "Date of previous review"
},
"assigned_adviser_uuid": {
"type": "string",
"example": "ed745525-0c27-44c7-ba02-267245792c7b",
"required": false,
"description": "UUID of the account that this account reports to"
},
"anniversary_review_date": {
"type": "date",
"example": "2025-01-17",
"required": false,
"description": "Anniversary review date"
},
"charge_split_schema_uuid": {
"type": "string",
"example": "fd5a7a16-c9b9-4eaf-937a-8b04cbc1a6ee",
"required": false,
"description": "Charge split schema that is always used when adding a charge split for this introducer"
}
}
]
}
Response examples (200)
{
"firm": {
"tax": 17.5,
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"name": "Codepotato",
"slug": "codepotato",
"uuid": "e3bddbb7-d03b-4c2a-bf6c-fd52ff855fa2",
"county": "Hampshire",
"billing": {
"invoice_email": "gareth@codepotato.co.uk",
"invoice_county": "Hampshire",
"invoice_country": "United Kingdom",
"invoice_postcode": "PO7 7YH",
"invoice_address_1": "Suite E, 5 The Briars",
"invoice_address_2": "Waterberry Drive",
"invoice_town_city": "Waterlooville"
},
"country": "United Kingdom",
"postcode": "PO7 7YH",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"logo_icon": "https://api.plannrcrm.com/images/plannr-icon.jpg",
"month_end": 25,
"town_city": "Waterlooville",
"created_at": "2025-01-17T11:18:28+00:00",
"updated_at": "2025-01-17T11:18:28+00:00",
"ip_whitelist": [
"192.168.0.1",
"127.0.0.1"
],
"brand_colours": {
"sidebar_text": "#ffffff",
"sidebar_hover": "#0A0A42",
"email_sub_text": "#ffffff",
"sidebar_accent": "#36367E",
"sidebar_active": "#53DBB8",
"email_background": "#0E0E56",
"email_button_text": "#ffffff",
"sidebar_background": "#0E0E56",
"sidebar_title_primary": "#FFC634",
"email_button_background": "#36367E",
"sidebar_title_secondary": "#ffffff",
"sidebar_title_background": "#36367E",
"email_logo_background_panel": "#36367E",
"sidebar_title_secondary_hover": "#ffffff"
},
"is_subscribed": true,
"regulatory_text": "Regulatory text",
"addon_subscriptions": "App\\Http\\Resources\\Addons\\AddonSubscriptionResource",
"statement_frequency": "monthly",
"task_board_template": "App\\Http\\Resources\\Board\\BoardResource",
"keep_deleted_files_for": 30,
"welcome_paragraph_html": "<h1>Welcome.</h1>",
"email_welcome_paragraph_html": "Welcome to Plannr!"
},
"name": "Gareth Thompson",
"role": "client",
"tags": [
{
"name": "Mortgage",
"slug": "mortgage",
"uuid": "151dc717-2df4-462d-980f-78cab356f875",
"colour": "#ef4582",
"created_at": "2025-01-17T11:18:28+00:00",
"updated_at": "2025-01-17T11:18:28+00:00"
}
],
"type": "client",
"uuid": "eb9ba8b3-7d18-4a44-9620-89acc05ecac9",
"email": "gareth@codepotato.co.uk",
"groups": [
{
"name": "finance",
"slug": "finance",
"uuid": "39254dc2-1b1b-40ed-8687-e3cad4719982",
"created_at": "2025-01-17T11:18:28+00:00",
"updated_at": "2025-01-17T11:18:28+00:00",
"participants": {
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"uuid": {
"example": "e6bbac1d-3703-4467-8207-36e8a9c0a557",
"description": "UUID of the account"
},
"email": {
"example": "gareth@codepotato.co.uk",
"description": "Email of the account"
},
"last_name": {
"example": "Thompson",
"description": "Last name of the account"
},
"first_name": {
"example": "Gareth",
"description": "First name of the account"
}
},
"participants_count": "3"
}
],
"owners": [
{
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "79254618-a62f-4d4f-ac5e-d5aa86e5bf48",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"last_name": "Thompson",
"created_at": "2025-01-17T11:18:28+00:00",
"first_name": "Gareth",
"updated_at": "2025-01-17T11:18:28+00:00",
"with_login": true,
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2025-01-17T11:18:28+00:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-01-17T11:18:28+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"previous_review_date": "2025-01-17T11:18:28+00:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-01-17T11:18:28+00:00"
}
],
"last_name": "Thompson",
"created_at": "2025-01-17T11:18:28+00:00",
"first_name": "Gareth",
"updated_at": "2025-01-17T11:18:28+00:00",
"with_login": true,
"custom_fields": [
{
"name": "Favourite Drink",
"type": "string",
"uuid": "6e0095e3-2f25-486f-adc8-dfb19ee181b8",
"value": "Coffee",
"help_text": "This is the client's favourite drink.",
"reference": "favourite_drink",
"created_at": "2025-01-17T11:18:28+00:00",
"updated_at": "2025-01-17T11:18:28+00:00",
"is_required": false,
"selection_options": [
"Coffee",
"Tea",
"Water"
]
}
],
"introduced_by": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "5dd6b36f-ca8b-47e3-af7d-186670f09700",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"last_name": "Thompson",
"created_at": "2025-01-17T11:18:28+00:00",
"first_name": "Gareth",
"updated_at": "2025-01-17T11:18:28+00:00",
"with_login": true,
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2025-01-17T11:18:28+00:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-01-17T11:18:28+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"previous_review_date": "2025-01-17T11:18:28+00:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-01-17T11:18:28+00:00"
},
"primary_email": {
"name": "Work number",
"type": "phone_number",
"uuid": "bf44fdf8-2e3f-4dc3-9dca-40bb3a3564e3",
"value": "+443330903630",
"accounts": "App\\Http\\Resources\\AccountResource",
"created_at": "2025-01-17T11:18:28+00:00",
"updated_at": "2025-01-17T11:18:28+00:00",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"can_be_deleted": "false",
"assigned_adviser": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "7d0abf77-1b27-4dd3-a9d0-c04a79612bc7",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"last_name": "Thompson",
"created_at": "2025-01-17T11:18:28+00:00",
"first_name": "Gareth",
"updated_at": "2025-01-17T11:18:28+00:00",
"with_login": true,
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2025-01-17T11:18:28+00:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-01-17T11:18:28+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"previous_review_date": "2025-01-17T11:18:28+00:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-01-17T11:18:28+00:00"
},
"next_review_date": "2025-01-17T11:18:28+00:00",
"has_joint_account": true,
"current_time_entry": {
"name": "Research",
"uuid": "5d0196b5-5925-468a-9472-f4eec4bed603",
"account": "App\\Http\\Resources\\MinimalAccountResource",
"end_date": "2025-01-17T10:56:28+00:00",
"is_active": true,
"trackable": "App\\Http\\Resources\\MinimalAccountResource",
"created_at": "2025-01-17T11:18:28+00:00",
"start_date": "2025-01-17T10:28:28+00:00",
"updated_at": "2025-01-17T11:18:28+00:00",
"description": "This is a description.",
"trackable_type": "Client",
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"first_contact_date": "2025-01-17T11:18:28+00:00",
"external_references": [
{
"uuid": "c15170fb-8179-45d8-a744-59199490d756",
"reference": "AB123456",
"created_at": "2025-01-17T11:18:28+00:00",
"updated_at": "2025-01-17T11:18:28+00:00",
"third_party": "nucleus"
}
],
"assigned_paraplanner": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "64cf13e6-5cc1-446b-ac64-78654c8121ba",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"last_name": "Thompson",
"created_at": "2025-01-17T11:18:28+00:00",
"first_name": "Gareth",
"updated_at": "2025-01-17T11:18:28+00:00",
"with_login": true,
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2025-01-17T11:18:28+00:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-01-17T11:18:28+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"previous_review_date": "2025-01-17T11:18:28+00:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-01-17T11:18:28+00:00"
},
"previous_review_date": "2025-01-17T11:18:28+00:00",
"primary_phone_number": {
"name": "Work number",
"type": "phone_number",
"uuid": "419ac564-b59b-403c-b107-084bf76bb169",
"value": "+443330903630",
"accounts": "App\\Http\\Resources\\AccountResource",
"created_at": "2025-01-17T11:18:28+00:00",
"updated_at": "2025-01-17T11:18:28+00:00",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"assigned_administrator": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "5a2249b7-d224-4195-aa2f-73bc53eaf6e4",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"last_name": "Thompson",
"created_at": "2025-01-17T11:18:28+00:00",
"first_name": "Gareth",
"updated_at": "2025-01-17T11:18:28+00:00",
"with_login": true,
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2025-01-17T11:18:28+00:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-01-17T11:18:28+00:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"previous_review_date": "2025-01-17T11:18:28+00:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-01-17T11:18:28+00:00"
},
"anniversary_review_date": "2025-01-17T11:18:28+00:00"
}