v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Logics

Execute a Logic (Without a Context)

Executes a logic and returns results.<p> Use the output=rawjson parameter in the URL, for example /formulamanager.executeformula/QuoteLogic?output=rawjson in order to return the result in the simple JSON format as "resultName":result.

post/formulamanager.executeformula/{uniqueName}

Query parameters

output'json' | 'xls' | 'csv' | 'pdf'
Example:xls

Specifies the format of the output file.

templateNamestring

Specifies the template to be used when exporting a file.

fileNamestring

Sets the name of the output file.

Request body

dataobject

Provide inputs for the logic as key-value pairs.

Response

OK