Headers

application/json

Body Required

POST /api/v1/expectation/unbalance
curl \
 --request POST https://api.plannrcrm.com/api/v1/expectation/unbalance \
 --header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 --header "Content-Type: application/json" \
 --header "Accept: application/json" \
 --data '{"expectation_uuid":"c0994e2b-f096-457e-baa0-542509a57029"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json

# Payload
{
  "expectation_uuid": "c0994e2b-f096-457e-baa0-542509a57029"
}