ebs.callActionByName
Calls by name an internal endpoint set up on the FintechOS platform.
Syntax
Copy
ebs.callActionByName(actionName: string, data: any, callback: any, errorCallback: any): void
| Parameter | Description |
|---|---|
actionName
|
The name of the endpoint you wish to access |
|
|
Key-value pairs of any input parameters to be passed to the internal endpoint in JSON format. |
Response
The response indicates the result of the code execution, depending on the endpoint's function.