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":"5135c062-7d1e-4056-a897-72a68099f8c8"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json

# Payload
{
  "expectation_uuid": "5135c062-7d1e-4056-a897-72a68099f8c8"
}