This API is for invoking a custom function on the Virtual Data Provider

API URL: /execution/invoke

Method: POST


Headers

Authorization: API Key


Body

The request body will be in JSON. Here's a sample:

{
  "ver": "1.0",
  "timestamp": "2018-12-06T11:39:57.153Z",
  "txnid": "0b811819-9044-4856-b0ee-8c88035f8858",
  "sessionid": "caa2f259-2dc2-4075-87aa-6d81018b6183",
  "fiuid": "FIU-1",
  "actionid": "ACTION-1",
}

Output

The response will be in JSON: Here's a sample response:

{
  "ver": "1.0",
  "timestamp": "2018-12-06T11:39:57.153Z",
  "txnid": "0b811819-9044-4856-b0ee-8c88035f8858",
  "sessionid": "caa2f259-2dc2-4075-87aa-6d81018b6183",
  "executionid": "38f5b746-45d4-401a-bfc0-c6d8ec30bcc2"
}