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":[{"node_ids":{"type":"array","example":["1234","321"],"required":true,"description":"SECCL Node IDs"},"adviser_uuid":{"type":"string","example":"93c4d4a3-4f53-4179-8bb4-238f6db0bff9","required":true,"description":"Adviser UUID"}}]}'
Request examples
{
"associations": [
{
"node_ids": {
"type": "array",
"example": [
"1234",
"321"
],
"required": true,
"description": "SECCL Node IDs"
},
"adviser_uuid": {
"type": "string",
"example": "93c4d4a3-4f53-4179-8bb4-238f6db0bff9",
"required": true,
"description": "Adviser UUID"
}
}
]
}
Response examples (200)
{
"type": "provider_statement_mapping",
"uuid": "56c8a9cd-f035-485e-84a4-8c37f070d4e2",
"created_at": "2025-10-08T10:40:17+01:00",
"updated_at": "2025-10-08T10:40:17+01:00",
"return_json": {
"key_1": "value_1",
"key_2": "value_2"
},
"lookup_value": "zAbWeFVJ:Bloggs J",
"return_float": 70.35,
"return_string": "Consectetur officia labore",
"lookupable_type": "provider",
"lookupable_uuid": "173e5684-3ca6-48d0-8423-8d36e41f5f29",
"returnable_type": "plan",
"returnable_uuid": "ebd1bb57-e22d-4eed-b413-cd9c8d001cc9",
"lookupable_value": "J Bloggs Plan",
"returnable_value": "example"
}