Create or update a fact-find submission Run in API Explorer
Ask AI
PUT
/api/v2/fact-find-public/submissions/{factFindSession_uuid}
curl \
--request PUT 'https://api.plannrcrm.com/api/v2/fact-find-public/submissions/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (201)
{
"uuid": "6c444374-1743-4160-b668-28a3a0615274",
"created_at": "2026-03-24T12:19:10+00:00",
"updated_at": "2026-03-24T12:19:10+00:00",
"fact_find_answers": {
"block": "The Block enum the question belongs to",
"answer": "Stored Answer (if any)",
"previous_value": "Extracted previous value from account or block even if no question exists",
"fact_find_question": {
"uuid": {
"example": "e5bdf84f-4819-44b9-8bc3-9095f6288b2b",
"collection": false,
"description": "The UUID of the resource."
},
"position": {
"example": "Position",
"collection": false,
"description": "The position/order of this question within the block."
},
"created_at": {
"example": "2026-03-24T12:19:10+00:00",
"collection": false,
"description": "The timestamp of when the resource was created."
},
"field_name": {
"example": "Field Name",
"collection": false,
"description": "The name of the field."
},
"is_visible": {
"example": "Is Visible",
"collection": false,
"description": "Bool to indicate if the question is visible."
},
"updated_at": {
"example": "2026-03-24T12:19:10+00:00",
"collection": false,
"description": "The timestamp of when the resource was updated."
},
"is_required": {
"example": "Is Required",
"collection": false,
"description": "Bool to indicate if the question is required."
},
"condition_type": {
"example": "Condition Type",
"collection": false,
"description": "ALL/ANY."
},
"has_conditional": {
"example": "Has Condition",
"collection": false,
"description": "Bool to indicate if the question has any conditions."
}
}
}
}