ebs.callReportByName

Generates a report that was set up on the FintechOS platform for a specific entity by the report name.

Syntax

Copy
ebs.callReportByName(reportName: string, entityId: string, callback: Function, errorCallback: Function): void

 

Parameter Description
reportName The name of the report you want to generate.

entityId

Unique ID of the entity for which you want to generate the report.

Response

Parameter Description
FileName

Internal name of the report file.

IsDownloadFile

Indicates if the report file is downloadable.
Message Indicates the outcome of the request.

Examples