Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/rest/v2/pi/forecast/:forecast_id
  • GET: getBalance: input parms: worksetKey (req)
/rest/v2/pi/forecast/cache
  • GET: checkWorksetCache
  • PUT: populateWorksetCache: input parms: Scenario KeyscenarioKey, Workset KeyworksetKey, output: success/fail
  • DELETE: deleteWorksetCache: input parms: ScenarioscenarioKey, output: success/fail
/rest/v2/workset/:workset_id/header

...

getExpenseSubtotal : input parms: Scenario, Budget, Workset, GL category, startDate (optional, defaults to workset start Date), endDate (optional, defaults to workset end date), output: array of subtotals, Auth total line only appears when dates are workset begin and end date (because calculated total is based on Auth total minus subtotal lines = calc total )

getExpenseBalance : input parms: Scenario, Budget, Workset, GL category, startDate (optional, defaults to workset start Date), endDate (optional, defaults to workset end date), output: one map of balances

...