Service - Services Over Time
Revision as of 12:58, 2 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for services that where the accounting application of income is spread over a period of time. = Repository = ... = Schemas = ==ObjectSchemas== === servicesOverTime === <syntaxhighlight lang="JavaScript"> { "objectType": "servicesOverTime", "extendObjType": { "serviceTag": "servicesManager", "objectType": "services" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandle...")
Overview
Handler service for services that where the accounting application of income is spread over a period of time.
Repository
...
Schemas
ObjectSchemas
servicesOverTime
{
"objectType": "servicesOverTime",
"extendObjType": {
"serviceTag": "servicesManager",
"objectType": "services"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "servicesOverTime",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from inventory objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...