Use this method to cancel an order.
The following models are used in the call:
Name | Type | Description | Optional |
---|---|---|---|
OrderId | Guid | The order ID of the order to cancel. | |
Reason | String | The reason for cancellation - this will be sent to the signers. | yes |
Silent | Boolean | Set to true to have a silent cancel, eg. no emails are sent. | yes |
Name | Type | Description | Optional |
---|---|---|---|
OrderId | String | Order Id. | |
ActivationOnly | Boolean | Only activate order? If set to true, signers will not be re-invited. |
Cancel an order.
POST api.esignatur.dk/Cancel/CancelOrder
{ "OrderId": "d964db6e-c3a2-41c9-b2d4-d6b50e64bb4c", "Reason": "Offer has expired", "Silent": false }
"Order d964db6e-c3a2-41c9-b2d4-d6b50e64bb4c pending cancellation"
Revoke cancellation of a previously cancelled order.
POST api.esignatur.dk/Cancel/RevokeCancellation
{ "OrderId": "12dde080-87ae-4534-9ee4-22a11502db43", "ActivationOnly": false }