Body
Required
-
The name of the case
-
Account uuids belonging to the firm. Must include at least one client.
-
Array of account UUIDs to assign to the case.
-
UUIDs of groups that will be assigned when the case is created.
-
The uuid of the status chosen for the case
-
The date the case should be reviewed
-
The uuid of the type chosen for the case
-
Expect value the case will generate in pennies
-
The uuids of the plans chosen for the case
POST
/api/v1/cases
curl \
--request POST 'https://api.plannrcrm.com/api/v1/cases' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"name":"Patrick's Case","participants":["80c9f769-9802-4899-a93d-e33c665646a7","7694a73c-10fd-4c1e-a1ee-8504468e0c5a"],"assigned_to_uuids":["da8d791d-8ee7-4822-833f-5bb2f12d8e78","1ed149bf-0e16-48eb-a581-0d3b4307341b"],"group_uuids":["cec4234a-38c4-42d1-a077-c4ba4df2afe4","dd9c7235-7702-49f5-8530-9c7b1308dcc0"],"status":"d0cb8012-ac7c-49b3-9d19-07e779be106f","review_at":"2025-08-07T13:41:41+01:00","type":"a93fb976-616f-43a8-8af1-657d6deb86a4","value":15099,"plans":["e1bce8fe-fe3f-4fd9-920f-a784469b489c","ce91c8a7-fea6-4026-ae48-f345d7986c7b"]}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"name": "Patrick's Case",
"participants": [
"80c9f769-9802-4899-a93d-e33c665646a7",
"7694a73c-10fd-4c1e-a1ee-8504468e0c5a"
],
"assigned_to_uuids": [
"da8d791d-8ee7-4822-833f-5bb2f12d8e78",
"1ed149bf-0e16-48eb-a581-0d3b4307341b"
],
"group_uuids": [
"cec4234a-38c4-42d1-a077-c4ba4df2afe4",
"dd9c7235-7702-49f5-8530-9c7b1308dcc0"
],
"status": "d0cb8012-ac7c-49b3-9d19-07e779be106f",
"review_at": "2025-08-07T13:41:41+01:00",
"type": "a93fb976-616f-43a8-8af1-657d6deb86a4",
"value": 15099,
"plans": [
"e1bce8fe-fe3f-4fd9-920f-a784469b489c",
"ce91c8a7-fea6-4026-ae48-f345d7986c7b"
]
}
Response examples (200)
{
"name": "finance",
"slug": "finance",
"type": {
"name": "Mortgage Plan",
"uuid": "1ab1f7de-6822-43d0-9499-c3d2e8033437",
"created_at": "2025-08-07T13:41:41+01:00",
"updated_at": "2025-08-07T13:41:41+01:00"
},
"uuid": "ba102205-05fa-420b-8471-ae7ee2852536",
"plans": {
"name": "Johns ISA",
"tags": "App\\Http\\Resources\\TagResource",
"type": "cash_account",
"uuid": "8adbcdce-e104-40d5-a96c-532441af7bec",
"wrap": "App\\Http\\Resources\\Plans\\PlanResource",
"cases": "App\\Http\\Resources\\CasesResource",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"claims": "App\\Http\\Resources\\Plans\\ClaimResource",
"client": "App\\Http\\Resources\\AccountResource",
"covers": "App\\Http\\Resources\\Plans\\CoverResource",
"seller": "App\\Http\\Resources\\AccountResource",
"status": "inactive",
"accounts": "App\\Http\\Resources\\AccountResource",
"on_panel": true,
"provider": "App\\Http\\Resources\\Plans\\ProviderResource",
"sub_type": "lifetime isa",
"opened_at": "2025-08-07T13:41:41+01:00",
"valued_at": "2025-08-07T13:41:41+01:00",
"created_at": "2025-08-07T13:41:41+01:00",
"statistics": {
"recent_growth": 100
},
"updated_at": "2025-08-07T13:41:41+01:00",
"advice_area": "non_investment_insurance",
"inactive_at": "2025-08-07T13:41:41+01:00",
"review_date": "2024-08-07",
"linked_plans": "App\\Http\\Resources\\Plans\\PlanResource",
"main_account": "App\\Http\\Resources\\Plans\\SubAccountResource",
"sub_accounts": "App\\Http\\Resources\\Plans\\SubAccountResource",
"under_advice": true,
"abstract_type": "asset",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"is_wrap_child": false,
"linked_owners": "App\\Http\\Resources\\AccountResource",
"policy_number": "AVIVA-123",
"show_on_joint": true,
"wrap_children": "App\\Http\\Resources\\Plans\\PlanResource",
"can_be_deleted": "false",
"total_benefits": {
"critical_illness": {
"amount": {
"example": "15000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£150,000.00",
"description": "Money amount formatted with currency"
}
},
"family_income_benefit": {
"amount": {
"example": "10000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£100,000.00",
"description": "Money amount formatted with currency"
}
}
},
"inactive_reason": "claimed",
"is_group_scheme": false,
"is_wrap_product": false,
"latest_valuations": "App\\Http\\Resources\\Plans\\ValuationResource",
"original_valued_at": "2025-08-06T13:41:41+01:00",
"proposal_reference": "AB123456",
"agency_in_your_name": true,
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"is_sub_group_scheme": false,
"total_benefit_amount": {
"amount": {
"example": "25000000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£250,000.00",
"description": "Money amount formatted with currency"
}
},
"is_group_scheme_member": false,
"originally_sold_by_firm": true,
"agency_in_your_name_from": "2024-08-07",
"contract_enquiry_account": "App\\Http\\Resources\\AccountResource",
"visible_on_client_portal": true,
"include_in_client_valuation": true
},
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"status": {
"name": "To Be Reviewed",
"uuid": "74305252-bd9e-4125-b883-84178ffc423d",
"colour": "#23852B",
"position": 5,
"created_at": "2025-08-07T13:41:41+01:00",
"updated_at": "2025-08-07T13:41:41+01:00",
"is_type_completed": false
},
"review_at": "2025-08-07T13:41:41+01:00",
"created_at": "2025-08-07T13:41:41+01:00",
"updated_at": "2025-08-07T13:41:41+01:00",
"group_uuids": [
"ab2a4032-2d20-4166-b74e-40dae0b59341"
],
"completed_at": "2025-08-07T13:41:41+01:00",
"participants": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "b884e0d5-cc12-457a-ac61-d0bb7d082414",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2025-08-07T13:41:41+01:00",
"first_name": "Gareth",
"updated_at": "2025-08-07T13:41:41+01:00",
"with_login": true,
"inactive_at": "2025-08-07",
"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-08-07T13:41:41+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2025-08-07T13:41:41+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-08-07T13:41:41+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2025-08-07T13:41:41+01:00"
},
"custom_fields": [
{
"name": "Favourite Drink",
"type": "string",
"uuid": "968af9c3-a8fb-46a2-9fcc-d5169f4bcb82",
"value": "Coffee",
"help_text": "This is the client's favourite drink.",
"reference": "favourite_drink",
"created_at": "2025-08-07T13:41:41+01:00",
"updated_at": "2025-08-07T13:41:41+01:00",
"is_required": false,
"selection_options": [
"Coffee",
"Tea",
"Water"
]
}
],
"status_position": 4,
"task_board_uuid": "56bc3b17-1e25-449e-8f45-e12767d03964",
"assigned_to_uuids": [
"86bc984e-7189-4158-80ce-5b3da6e5874d"
],
"participants_count": 4
}