Cancellation
Available in Staging an Production from 21.06.24
To be able to cancel submitted contracts at any time, you can use the following functions. Please note that once a contract is canceled, it is considered permanently canceled. The cancellation can be set from any status after submission. It does not matter whether the contract has already been approved, rejected, or is pending further action.
Cancel investment by contract key
POST https://demo2.api.concedus.com/v2/compliance/contracts/states
Headers
Name
Type
Description
Authorization*
String
Bearer token
Request Body
Name
Type
Description
declined
json
List of contract keys to decline
{
"declined": [
{
"key": "V2-CONTRACT-00003-B4",
"reason": "Kunde hat storniert"
}
]
}Last updated