application/json

Body

  • expectation_uuid string(uuid) Required

    Expectation UUID to unbalance.

Responses

  • 401 application/json
    Hide response attribute Show response attribute object
    • message string
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":"67f74862-9b1f-4dfb-a7de-71ae7e502c40"}'
Request examples
{
  "expectation_uuid": "67f74862-9b1f-4dfb-a7de-71ae7e502c40"
}
Response examples (401)
{
  "message": "Unauthenticated."
}