Seccl - Store an adviser node association Run in API Explorer
Ask AI
POST
/api/v1/addons/seccl/{addon}/associate-node
curl \
--request POST 'https://api.plannrcrm.com/api/v1/addons/seccl/architecto/associate-node' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"associations":[{"adviser_uuid":"edf0e2d9-6afe-45f3-91f5-e3ebbd37bf4b","node_ids":["1234","321"]}]}'
Request examples
{
"associations": [
{
"adviser_uuid": "edf0e2d9-6afe-45f3-91f5-e3ebbd37bf4b",
"node_ids": [
"1234",
"321"
]
}
]
}
Response examples (200)
[
{
"uuid": "11c9d335-d5bb-410b-a1e9-c5490ff3fc6a",
"created_at": "2026-06-29T09:35:41+01:00",
"updated_at": "2026-06-29T09:35:41+01:00",
"type": "provider_statement_mapping",
"lookupable_type": "provider",
"lookupable_uuid": "8851a76f-f316-4bde-9e0c-f98464f0e9c7",
"lookupable_value": "J Bloggs Plan",
"lookup_value": "zAbWeFVJ:Bloggs J",
"returnable_type": "plan",
"returnable_uuid": "6f37934d-96c6-4545-9636-8a546d17d3a6",
"returnable_value": "example",
"return_string": "Consectetur officia labore",
"return_json": {
"key_1": "value_1",
"key_2": "value_2"
},
"return_float": 70.35
}
]