Unbalance the expectation

POST /api/v1/expectation/unbalance

Headers

application/json

Body Required

POST /api/v1/expectation/unbalance
curl \
 -X POST https://api.plannrcrm.com/api/v1/expectation/unbalance \
 -H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 -H "Content-Type: application/json" \
 -H "Accept: application/json" \
 -d '{"expectation_uuid":"f65a7240-a8f4-4fce-bceb-dead30eca653"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json

# Payload
{
  "expectation_uuid": "f65a7240-a8f4-4fce-bceb-dead30eca653"
}