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":"539dfb13-6e9d-4ba4-8ebb-dbe87a4aaa44"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json

# Payload
{
  "expectation_uuid": "539dfb13-6e9d-4ba4-8ebb-dbe87a4aaa44"
}