Wrong solution hint in how to configure the REST Integration in "Creating the REST integration interface"
In the detailed steps to configure the REST Integration there it is a hint how to configure the RET Integration by adding a query string parameter for actionID.
Query string parameters
| Name | Description | Map from | Map from key |
|---|---|---|---|
| actionID | Local action to execute | Clipboard | Param.actionID |
This doesn't work as the actionID should be added as a paramter in the header section.
How it should looks like::
Headers
| Name | Description | Map from | Map from key |
|---|---|---|---|
| Content- Type | Constant | application/json | |
| If-Match | Entity value of the case | Clipboard | Param.eTag |
| actionID | Local action to execute | Clipboard | Param.actionID |