Update an introducer [Deprecated: Use update an account route]
Headers
-
Content-Type
string -
Accept
string -
X-PLANNR-ACCOUNT-UUID
string
Path parameters
-
uuid
string Required
Body
-
title
string Title
-
first_name
string First name
-
last_name
string Last name
-
entity_name
string Entity/business name
-
assigned_adviser_uuid
string UUID of the account that this account reports to
-
charge_split_schema_uuid
string Charge split schema that is always used when adding a charge split for this introducer
-
groups
array[string] Group UUIDs to sync introducer to. Null can be provided to clear an introducers groups
PUT
/api/v1/introducer/{uuid}
curl \
--request PUT 'https://api.plannrcrm.com/api/v1/introducer/uuid' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"title":"Mr","first_name":"Patrick","last_name":"Stanton","entity_name":"PatrickCo","assigned_adviser_uuid":"963b7035-d70d-4c7a-b40a-702384439204","charge_split_schema_uuid":"71b135fc-b618-4ff2-add0-940386c23ebe","groups":["d50070f3-1e88-462b-a642-a7e655faf4cd","84847351-8c36-4bfb-b62a-4611d48cab8c"]}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"title": "Mr",
"first_name": "Patrick",
"last_name": "Stanton",
"entity_name": "PatrickCo",
"assigned_adviser_uuid": "963b7035-d70d-4c7a-b40a-702384439204",
"charge_split_schema_uuid": "71b135fc-b618-4ff2-add0-940386c23ebe",
"groups": [
"d50070f3-1e88-462b-a642-a7e655faf4cd",
"84847351-8c36-4bfb-b62a-4611d48cab8c"
]
}
Response examples (200)
{
"firm": {
"tax": 17.5,
"logo": "https://api.plannrcrm.com/images/plannr.jpg",
"name": "Codepotato",
"slug": "codepotato",
"uuid": "b5aeec54-be65-4e59-9221-619f902391fa",
"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-05-14T18:27:12+01:00",
"updated_at": "2025-05-14T18:27:12+01: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!",
"show_fact_find_illustrations": true
},
"name": "Gareth Thompson",
"role": "client",
"tags": [
{
"name": "Mortgage",
"slug": "mortgage",
"uuid": "07c59dc0-ba1f-4e2f-98e1-03d4ed362ab3",
"colour": "#ef4582",
"created_at": "2025-05-14T18:27:12+01:00",
"updated_at": "2025-05-14T18:27:12+01:00"
}
],
"type": "client",
"uuid": "6987041d-2acc-4cb0-badd-f6ac0665cb55",
"email": "gareth@codepotato.co.uk",
"groups": [
{
"name": "finance",
"slug": "finance",
"uuid": "2721369a-69db-4380-a126-0ae652055689",
"created_at": "2025-05-14T18:27:12+01:00",
"updated_at": "2025-05-14T18:27:12+01:00",
"participants": {
"name": {
"example": "Gareth Thompson",
"description": "Name of the account"
},
"role": {
"example": "client",
"description": "Role of the account"
},
"uuid": {
"example": "3a0469bc-abf0-4de8-80db-b4f8ad9d4d2b",
"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": "a4f1129a-202f-4a3f-bf22-a739c9fbefa1",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"last_name": "Thompson",
"created_at": "2025-05-14T18:27:12+01:00",
"first_name": "Gareth",
"updated_at": "2025-05-14T18:27:12+01:00",
"with_login": true,
"inactive_at": "2025-05-14",
"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-05-14T18:27:12+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-05-14T18:27:12+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2025-05-14T18:27:12+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-05-14T18:27:12+01:00"
}
],
"last_name": "Thompson",
"created_at": "2025-05-14T18:27:12+01:00",
"first_name": "Gareth",
"updated_at": "2025-05-14T18:27:12+01:00",
"with_login": true,
"inactive_at": "2025-05-14",
"custom_fields": [
{
"name": "Favourite Drink",
"type": "string",
"uuid": "6c65e7ec-c9c4-4614-b51c-ca2784765450",
"value": "Coffee",
"help_text": "This is the client's favourite drink.",
"reference": "favourite_drink",
"created_at": "2025-05-14T18:27:12+01:00",
"updated_at": "2025-05-14T18:27:12+01: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": "5a323dce-faf5-4da8-ae83-0f33f8adbb24",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"last_name": "Thompson",
"created_at": "2025-05-14T18:27:12+01:00",
"first_name": "Gareth",
"updated_at": "2025-05-14T18:27:12+01:00",
"with_login": true,
"inactive_at": "2025-05-14",
"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-05-14T18:27:12+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-05-14T18:27:12+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2025-05-14T18:27:12+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-05-14T18:27:12+01:00"
},
"primary_email": {
"name": "Work number",
"type": "phone_number",
"uuid": "781ef170-65c7-42ca-a98f-6a9d88f31dae",
"value": "+443330903630",
"accounts": "App\\Http\\Resources\\AccountResource",
"created_at": "2025-05-14T18:27:12+01:00",
"updated_at": "2025-05-14T18:27:12+01: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": "760d21a4-c142-4151-a8f3-a86fcca65c60",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"last_name": "Thompson",
"created_at": "2025-05-14T18:27:12+01:00",
"first_name": "Gareth",
"updated_at": "2025-05-14T18:27:12+01:00",
"with_login": true,
"inactive_at": "2025-05-14",
"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-05-14T18:27:12+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-05-14T18:27:12+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2025-05-14T18:27:12+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-05-14T18:27:12+01:00"
},
"next_review_date": "2025-05-14T18:27:12+01:00",
"has_joint_account": true,
"current_time_entry": {
"name": "Research",
"uuid": "13516339-b782-4005-b948-527d1045bb71",
"account": "App\\Http\\Resources\\MinimalAccountResource",
"end_date": "2025-05-14T18:05:12+01:00",
"is_active": true,
"trackable": "App\\Http\\Resources\\MinimalAccountResource",
"created_at": "2025-05-14T18:27:12+01:00",
"start_date": "2025-05-14T17:37:12+01:00",
"updated_at": "2025-05-14T18:27:12+01:00",
"description": "This is a description.",
"trackable_type": "Client",
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680
},
"first_contact_date": "2025-05-14T18:27:12+01:00",
"external_references": [
{
"uuid": "4ff0e949-4cc0-4892-a1de-ad927d0e5b27",
"reference": "AB123456",
"created_at": "2025-05-14T18:27:12+01:00",
"updated_at": "2025-05-14T18:27:12+01:00",
"third_party": "nucleus"
}
],
"assigned_paraplanner": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "09bae3d1-217f-4373-8a63-67afc9817440",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"last_name": "Thompson",
"created_at": "2025-05-14T18:27:12+01:00",
"first_name": "Gareth",
"updated_at": "2025-05-14T18:27:12+01:00",
"with_login": true,
"inactive_at": "2025-05-14",
"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-05-14T18:27:12+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-05-14T18:27:12+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2025-05-14T18:27:12+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-05-14T18:27:12+01:00"
},
"joint_account_circle": {
"name": "Jones Family",
"uuid": "dcdb6a23-c7e0-4d91-a140-9f861ed6746e",
"groups": "App\\Http\\Resources\\GroupResource",
"accounts": "App\\Http\\Resources\\MinimalAccountResource",
"created_at": "2025-05-14T18:27:12+01:00",
"updated_at": "2025-05-14T18:27:12+01:00",
"joint_account_uuid": "2a2712ad-6f39-49be-9c44-47cd485da1cd"
},
"ownership_percentage": 100,
"previous_review_date": "2025-05-14T18:27:12+01:00",
"primary_phone_number": {
"name": "Work number",
"type": "phone_number",
"uuid": "6f171379-d056-4577-b600-cb6bc9276755",
"value": "+443330903630",
"accounts": "App\\Http\\Resources\\AccountResource",
"created_at": "2025-05-14T18:27:12+01:00",
"updated_at": "2025-05-14T18:27:12+01: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": "19b46b08-8bc4-44bd-b3ee-c0bedc307aa2",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"last_name": "Thompson",
"created_at": "2025-05-14T18:27:12+01:00",
"first_name": "Gareth",
"updated_at": "2025-05-14T18:27:12+01:00",
"with_login": true,
"inactive_at": "2025-05-14",
"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-05-14T18:27:12+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-05-14T18:27:12+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2025-05-14T18:27:12+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-05-14T18:27:12+01:00"
},
"anniversary_review_date": "2025-05-14T18:27:12+01:00"
}