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":"70bee9b5-3d42-4b6b-be05-e89dee1c22ee","relationship":"Son","inverse_relationship":"Father"}'
Request examples
{
"account_uuid": "70bee9b5-3d42-4b6b-be05-e89dee1c22ee",
"relationship": "Son",
"inverse_relationship": "Father"
}
Response examples (201)
{
"uuid": "5801118c-5220-434f-b881-b4441fba07ab",
"name": "Gareth",
"relationship": "Father"
}