- getWorkset, input parms: Scenario Key, Workset Key; output: success/fail
- populateWorksetCache, input parms: Scenario Key, Workset Key, output: success/fail
- deleteWorksetCache, input parms: Scenario, output: success/fail
- addExpenseLine,POST, input parms, scenarioKey, worksetKey, GLCat, Name (default:GlCat), startDate, endDate, rollsOff [Y|N], amortize [Y|N],[Cokey:Val, CoKey2:val2....], returns speculationId (expense line key)
- upDateExpenseLine PUT, input parms, speculationId,scenarioKey, worksetKey, GLCat, Name (default:GlCat), startDate, endDate, rollsOff [Y|N], amortize [Y|N],[Cokey:Val, CoKey2:val2....],, returns status
- deleteExpenseLine, DELETE, speculationId, returns status
- getExpenseLines, input parms: Scenario, Budget, Workset, GL category, startDate,endDate, output: array of expense lines
- commitWorksetForecast, input parms: scenarioKey, worksetKey, scenarioName, scenarioDescription) returns status
- createForecast(meta) (Not needed for May)
- updateForecast(meta) (Not needed for May)
- deleteForecast(meta) (Not needed for May)
- getExpenseSummary, input parms: Scenario, Budget, Workset, startDate, endDate, output: array of summary lines for All Expenses tab, 1 line per GL Cat
- 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