Update a fact-find policy
This updates the fact-find access for a given member.
PUT
/api/v1/circles/{circle_uuid}/fact-find-access
curl \
--request PUT 'https://api.plannrcrm.com/api/v1/circles/6ff8f7f6-1eb3-3525-be4a-3932c805afed/fact-find-access' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"account_uuid":"9ff3b780-cb69-4fcc-97c8-61e4f8fb5ec3","target_account_uuid":"3deddd37-6841-45d8-a4cf-98e8043b0c13","has_fact_find_access":true}'
Request examples
{
"account_uuid": "9ff3b780-cb69-4fcc-97c8-61e4f8fb5ec3",
"target_account_uuid": "3deddd37-6841-45d8-a4cf-98e8043b0c13",
"has_fact_find_access": true
}