Sync joint expenditure to a circle Run in API Explorer
Ask AI
This endpoint copies the joint expenditure values from a joint account into the target circle's shared expenditure
POST
/api/v1/client/{client_uuid}/expenditure/sync-to-circle
curl \
--request POST 'https://api.plannrcrm.com/api/v1/client/80dbe552-1d20-45a5-b0f5-a3da523de1b5/expenditure/sync-to-circle' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"circle_uuid":"86e3e378-b248-49b1-af23-677dda713e96"}'
Request examples
{
"circle_uuid": "86e3e378-b248-49b1-af23-677dda713e96"
}
Response examples (401)
{
"message": "Unauthenticated."
}