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": "bdd96ab5-a7b6-43bf-bb35-9a5386d842cb"
}'
Request examples
{
"expectation_uuid": "bdd96ab5-a7b6-43bf-bb35-9a5386d842cb"
}
Response examples (401)
{
"message": "Unauthenticated."
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}