...
- GET: getWorksetExpenseLines: lineitem_id is omitted | input parms: worksetKey (req), startDate (opt), endDate (opt), output: array of expense line
- POST: (update) updateExpenseWrk: input parms: worksetKey, costObjectKey, lineItemName, description, startDate, endDate, isRollOff [Y|N], amount, isAmortized [Y|N]
- PUT: (create) updateExpenseWrk: lineitem_id is omitted | input parms: worksetKey, costObjectKey, lineItemName, description, isRollOff [Y|N], amount, isAmortized [Y|N]
...