Create a client link Run in API Explorer
Ask AI
POST
/api/v1/client/{client_uuid}/linked-clients
curl \
--request POST 'https://api.plannrcrm.com/api/v1/client/6ff8f7f6-1eb3-3525-be4a-3932c805afed/linked-clients' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"account_uuid":"3ed54700-c2af-49e5-bbd8-0ff63ee3e4b1","relationship":"Son","inverse_relationship":"Father"}'
Request examples
{
"account_uuid": "3ed54700-c2af-49e5-bbd8-0ff63ee3e4b1",
"relationship": "Son",
"inverse_relationship": "Father"
}
Response examples (201)
{
"name": "Gareth",
"uuid": "d93e0c7d-682d-4602-b43f-3af5036dc5a6",
"relationship": "Father"
}