Body
-
Name of the case
-
The uuid of the status chosen for the case
-
The case status's new position on the status list. Starting from 1. Only used if you are formatting cases in a kanban layout.
-
Array of account UUIDs
-
UUIDs of groups that will be assigned when the case is created.
-
Timestamp of when the case will be reviewed
-
The uuid of the type chosen for the case
-
Expect value the case will generate in pennies
-
Timestamp of when the case was completed
-
The uuids of the plans that will be associated to the case when it is created. Leave NULL to disassociate all plans from the case.
-
Custom field values keyed by the custom field reference. Only references configured for cases (and matching the case's type/status, where conditional) are accepted.
Additional properties are allowed.
curl \
--request PUT 'https://api.plannrcrm.com/api/v1/cases/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"name":"Annual review","status":"704dbbe2-17ba-4a20-8f69-cc96f94aedab","status_position":4,"assigned_to_uuids":["65f16876-34e1-4f76-bf1e-8c428ecccf0d","1b977ed0-e403-4e19-83bf-60f2e12b6d44","5c74e9de-d610-4a10-a899-c3232bdb45d6"],"group_uuids":["ae333a50-3074-4ca7-ba7f-6360e12641fc","23188152-6065-4a54-ac2f-8dc7a177df86","8d9aa199-c722-4a05-add4-3db28d95d4cd"],"review_at":"2026-06-09T14:10:13+01:00","type":"534ceb12-0680-460b-aabd-30a8c4accb2c","value":15099,"completed_at":"2026-06-09T14:10:13+01:00","plans":["9a49ebb1-2b07-44bf-b53a-3e7facbc23a0","0da6f030-bf11-407a-aa4c-845f8637fd8b","551c515b-1f86-49cb-9575-b8586bd4d2e1"],"custom_fields":{"ongoing_case":"Not Ongoing"}}'
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"name": "Annual review",
"status": "704dbbe2-17ba-4a20-8f69-cc96f94aedab",
"status_position": 4,
"assigned_to_uuids": [
"65f16876-34e1-4f76-bf1e-8c428ecccf0d",
"1b977ed0-e403-4e19-83bf-60f2e12b6d44",
"5c74e9de-d610-4a10-a899-c3232bdb45d6"
],
"group_uuids": [
"ae333a50-3074-4ca7-ba7f-6360e12641fc",
"23188152-6065-4a54-ac2f-8dc7a177df86",
"8d9aa199-c722-4a05-add4-3db28d95d4cd"
],
"review_at": "2026-06-09T14:10:13+01:00",
"type": "534ceb12-0680-460b-aabd-30a8c4accb2c",
"value": 15099,
"completed_at": "2026-06-09T14:10:13+01:00",
"plans": [
"9a49ebb1-2b07-44bf-b53a-3e7facbc23a0",
"0da6f030-bf11-407a-aa4c-845f8637fd8b",
"551c515b-1f86-49cb-9575-b8586bd4d2e1"
],
"custom_fields": {
"ongoing_case": "Not Ongoing"
}
}
{
"uuid": "85259c15-af00-4710-ad8e-7e4e14341c91",
"created_at": "2026-06-09T14:10:13+01:00",
"updated_at": "2026-06-09T14:10:13+01:00",
"name": "finance",
"slug": "finance",
"status": {
"uuid": "e74bf73d-375c-430b-8954-bcaf40686296",
"created_at": "2026-06-09T14:10:13+01:00",
"updated_at": "2026-06-09T14:10:13+01:00",
"name": "To Be Reviewed",
"colour": "#23852B",
"position": 5,
"is_type_completed": false
},
"type": {
"uuid": "bad063cc-3453-43fb-8874-01c33875d63d",
"name": "Mortgage Plan",
"created_at": "2026-06-09T14:10:13+01:00",
"updated_at": "2026-06-09T14:10:13+01:00"
},
"review_at": "2026-06-09T14:10:13+01:00",
"assigned_to_uuids": [
"1e7b6ba7-4937-438c-9750-fc2678615085"
],
"group_uuids": [
"44cfddba-588e-46c2-ad70-021409396073"
],
"completed_at": "2026-06-09T14:10:13+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": "ddccdc6c-0696-477a-b08c-054bfb74e85d",
"created_at": "2026-06-09T14:10:13+01:00",
"updated_at": "2026-06-09T14:10:13+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"firm": "App\\Http\\Resources\\FirmResource",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"business_unit": "App\\Http\\Resources\\BusinessUnitResource",
"groups": "App\\Http\\Resources\\GroupResource",
"tags": "App\\Http\\Resources\\TagResource",
"owners": "App\\Http\\Resources\\AccountResource",
"first_contact_date": "2026-06-09T14:10:13+01:00",
"next_review_date": "2026-06-09T14:10:13+01:00",
"previous_review_date": "2026-06-09T14:10:13+01:00",
"anniversary_review_date": "2026-06-09T14:10:13+01:00",
"terms_of_business_at": "2026-06-09T14:10:13+01:00",
"client_agreement_at": "2026-06-09T14:10:13+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"circles": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"inactive_at": "2026-06-09",
"last_interaction_at": "2026-06-09 14:10:13",
"referral_code": "ABC12345",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"task_board_uuid": "6f94e3fd-cebe-4c7b-b00d-3500866685c0",
"plans": {
"uuid": "3300fbee-20ec-4769-bdfc-69b96cd5267b",
"created_at": "2026-06-09T14:10:13+01:00",
"updated_at": "2026-06-09T14:10:13+01:00",
"opened_at": "2026-06-09T14:10:13+01:00",
"name": "Johns ISA",
"type": "cash_account",
"sub_type": "lifetime isa",
"abstract_type": "asset",
"policy_number": "AVIVA-123",
"proposal_reference": "AB123456",
"status": "inactive",
"inactive_at": "2026-06-09T14:10:13+01:00",
"inactive_reason": "claimed",
"agency_in_your_name": true,
"agency_in_your_name_from": "2025-06-09",
"originally_sold_by_firm": true,
"under_advice": true,
"visible_on_client_portal": true,
"include_in_client_valuation": true,
"show_on_joint": true,
"shown_on_circles": true,
"review_date": "2025-06-09",
"on_panel": true,
"is_group_scheme": false,
"is_sub_group_scheme": false,
"is_group_scheme_member": false,
"advice_area": "non_investment_insurance",
"main_account": "App\\Http\\Resources\\Plans\\SubAccountResource",
"sub_accounts": "App\\Http\\Resources\\Plans\\SubAccountResource",
"provider": "App\\Http\\Resources\\Plans\\ProviderResource",
"covers": "App\\Http\\Resources\\Plans\\CoverResource",
"claims": "App\\Http\\Resources\\Plans\\ClaimResource",
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
}
},
"latest_valuations": "App\\Http\\Resources\\Plans\\ValuationResource",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"valued_at": "2026-06-09T14:10:13+01:00",
"original_valued_at": "2026-06-08T14:10:13+01:00",
"client": "App\\Http\\Resources\\AccountResource",
"accounts": "App\\Http\\Resources\\AccountResource",
"seller": "App\\Http\\Resources\\AccountResource",
"linked_owners": "App\\Http\\Resources\\AccountResource",
"linked_plans": "App\\Http\\Resources\\Plans\\PlanResource",
"visible_to_circles": "App\\Http\\Resources\\CircleResource",
"statistics": {
"recent_growth": 100
},
"cases": "App\\Http\\Resources\\CasesResource",
"tags": "App\\Http\\Resources\\TagResource",
"is_wrap_product": false,
"is_wrap_child": false,
"wrap": "App\\Http\\Resources\\Plans\\PlanResource",
"wrap_children": "App\\Http\\Resources\\Plans\\PlanResource",
"linked_policy_numbers": "App\\Http\\Resources\\Plans\\LinkedPolicyNumberResource",
"can_be_deleted": "false",
"contract_enquiry_account": "App\\Http\\Resources\\AccountResource",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"custom_fields": [
{
"uuid": "63953a14-4a30-4a14-9e25-98d6ecb0a553",
"created_at": "2026-06-09T14:10:13+01:00",
"updated_at": "2026-06-09T14:10:13+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."
}
]
}