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":"f1697092-9d0b-4c3f-b5b1-820d92282e3d"}'
Request examples
{
"expectation_uuid": "f1697092-9d0b-4c3f-b5b1-820d92282e3d"
}
Response examples (401)
{
"message": "Unauthenticated."
}