Service - Expense Point In Time
Revision as of 13:55, 19 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for an expense that happens at one specific time. = Repository = ... = Schemas = == ObjectSchemas == === expensePointInTime === <syntaxhighlight lang="JavaScript"> { "objectType": "expensePointInTime", "extendObjType": { "serviceTag": "ExpenseManager", "objectType": "expense" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } }, "addOnDataStructure": []...")
Overview
Handler service for an expense that happens at one specific time.
Repository
...
Schemas
ObjectSchemas
expensePointInTime
{
"objectType": "expensePointInTime",
"extendObjType": {
"serviceTag": "ExpenseManager",
"objectType": "expense"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
},
"addOnDataStructure": [],
"fieldNames": {
// from purchaseLineItem objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...