Service - Purchase Line Item Services
Revision as of 14:54, 18 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for service purchase line items. = Repository = ... = Schemas = ==ObjectSchemas== === purchaseLineItemServices === <syntaxhighlight lang="JavaScript"> { "objectType": "purchaseLineItemServices", "extendObjType": { "serviceTag": "PurchaseLineItemManager", "objectType": "purchaseLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": {...")
Overview
Handler service for service purchase line items.
Repository
...
Schemas
ObjectSchemas
purchaseLineItemServices
{
"objectType": "purchaseLineItemServices",
"extendObjType": {
"serviceTag": "PurchaseLineItemManager",
"objectType": "purchaseLineItem"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "purchaseLineItemServices",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from purchaseLineItem objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...