Run Application 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.

Language
Authorization
Header