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":"8c0c299b-2092-4e1f-982b-bc0f436b714c"}'
Request examples
{
"expectation_uuid": "8c0c299b-2092-4e1f-982b-bc0f436b714c"
}
Response examples (401)
{
"message": "Unauthenticated."
}