post https://api.cloud.digifi.io/applications//run-calculations
How to run product calculation for an Application using the DigiFi API.
The Run Application Calculation API can be used to re-run existing calculations.
Example Requests
Below please find the JSON body for request:
{
"variablesToRun": ["variable_a", "variable_b"]
}
If do not want to re-run specific variables, please pass empty body.