Headers
-
Content-Type
string -
Accept
string
Body
Required
-
expectation_uuid
string Required Expectation UUID to unbalance.
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":"6d993370-c7ea-427d-9290-41d7a02e20a0"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
# Payload
{
"expectation_uuid": "6d993370-c7ea-427d-9290-41d7a02e20a0"
}