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":"8aea1c37-bb76-47a5-8799-426228c7b129"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
# Payload
{
"expectation_uuid": "8aea1c37-bb76-47a5-8799-426228c7b129"
}