Complete a fact-find request
Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
POST
/api/v1/fact-find/request/{factFindRequest_uuid}/complete
curl \
-X POST https://api.plannrcrm.com/api/v1/fact-find/request/factFindRequest_uuid/complete \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"uuid": "350000bf-78e4-4c3c-94f2-76517253af20",
"schema": {
"name": "Default fact-find",
"uuid": "c8e4878e-3e7a-4e18-a4a6-cf1de374a3f3",
"created_at": "2025-01-17T11:18:32+00:00",
"updated_at": "2025-01-17T11:18:32+00:00",
"archived_at": "2025-01-16T11:18:32+00:00",
"is_archived": false,
"sections_count": 5,
"introduction_html": "Welcome to our fact-find! <b>You can use some HTML too.</b>"
},
"status": "complete",
"created_at": "2025-01-17T11:18:32+00:00",
"updated_at": "2025-01-17T11:18:32+00:00",
"latest_file": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Welcome to Plannr",
"size": "21691783",
"tags": "App\\Http\\Resources\\TagResource",
"type": "type",
"uuid": "5e74735f-e153-419e-9dce-37b2d3cdc85b",
"parent": "Object",
"status": "uploaded",
"account": "App\\Http\\Resources\\AccountResource",
"filename": "Welcome to Plannr.pdf",
"progress": "100",
"extension": "pdf",
"created_at": "2025-01-17T11:18:32+00:00",
"updated_at": "2025-01-17T11:18:32+00:00",
"folder_name": "folder 2",
"uploaded_at": "2025-01-17T11:18:32+00:00",
"download_url": "https://plannr.valet/file/81f9270b-2d48-44cb-8759-be5f3ba724d5/download",
"last_modified": "2025-01-17T11:18:32+00:00",
"original_created_at": "2025-01-17T11:18:32+00:00"
},
"completed_at": "2025-01-12T11:18:32+00:00",
"invitation_text": "Please complete this fact-find!"
}