Unbalance the expectation
Headers
-
Content-Type string
-
Accept string
Body Required
-
Expectation UUID to unbalance.
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":"fd71b944-8428-4076-b495-af4b2b5c7a12"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
# Payload
{
"expectation_uuid": "fd71b944-8428-4076-b495-af4b2b5c7a12"
}