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":"45f2ed5f-c3cc-46ed-affd-2ee8fc411dfd","node_ids":["1234","321"]}]}'
Request examples
{
"associations": [
{
"adviser_uuid": "45f2ed5f-c3cc-46ed-affd-2ee8fc411dfd",
"node_ids": [
"1234",
"321"
]
}
]
}
Response examples (200)
[
{
"uuid": "5160004b-6a42-4682-a4d4-6bc9efa1bd62",
"created_at": "2026-05-19T18:31:18+01:00",
"updated_at": "2026-05-19T18:31:18+01:00",
"type": "provider_statement_mapping",
"lookupable_type": "provider",
"lookupable_uuid": "563bb5ed-bb41-4883-bf95-f3258a97347c",
"lookupable_value": "J Bloggs Plan",
"lookup_value": "zAbWeFVJ:Bloggs J",
"returnable_type": "plan",
"returnable_uuid": "cd65839c-d609-4fec-813e-ca4598195269",
"returnable_value": "example",
"return_string": "Consectetur officia labore",
"return_json": {
"key_1": "value_1",
"key_2": "value_2"
},
"return_float": 70.35
}
]