Unbalance the expectation Run in API Explorer
Ask AI
POST
/api/v1/expectation/unbalance
curl \
--request POST 'https://api.plannrcrm.com/api/v1/expectation/unbalance' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"expectation_uuid":"f0700d84-a37e-4664-a52c-ab1f7e20f8e2"}'
Request examples
{
"expectation_uuid": "f0700d84-a37e-4664-a52c-ab1f7e20f8e2"
}
Response examples (401)
{
"message": "Unauthenticated."
}