Newer Version Available

This content describes an older version of this product. View Latest

Integration Procedure Service Run

Input representation of the details to execute an integration procedure from Apex.
JSON example
1{
2  "input": {
3    "inputs": [
4      "{\"Name\": \"Get Account Details\"}"
5    ]
6  },
7  "options": {
8    "ignoreCache": false
9  }
10}
Properties
Name Type Description Required or Optional Available Version
input Integration Procedure Service Run Input Details to execute the integration procedure. Required 64.0
options Integration Procedure Service Run Options Optional parameters to refine the execution of the integration procedure. Optional 64.0