Unbalance the expectation Run in API Explorer
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":"168a07b5-e369-4b7e-a722-d796aed99a96"}'
Request examples
{
"expectation_uuid": "168a07b5-e369-4b7e-a722-d796aed99a96"
}
Response examples (401)
{
"message": "Unauthenticated."
}