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":"5308bd62-ff9c-4e1b-a915-287928cdd68c"}'
Request examples
{
"expectation_uuid": "5308bd62-ff9c-4e1b-a915-287928cdd68c"
}
Response examples (401)
{
"message": "Unauthenticated."
}