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":"2c779e12-10e6-439e-81e6-131ba5cf9727"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
# Payload
{
"expectation_uuid": "2c779e12-10e6-439e-81e6-131ba5cf9727"
}