Service - Purchase Line Item Other: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Overview = Handler service for other purchase line items. = Repository = ... = Schemas = ==ObjectSchemas== === purchaseLineItemOtherCharge === <syntaxhighlight lang="JavaScript"> { "objectType": "purchaseLineItemOtherCharge", "extendObjType": { "serviceTag": "PurchaseLineItemManager", "objectType": "purchaseLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": {...") |
m (Sven the Barbarian moved page Service - Purchase Line Other Charge to Service - Purchase Line Item Other: correction) |
(No difference)
| |
Revision as of 09:00, 21 March 2026
Overview
Handler service for other purchase line items.
Repository
...
Schemas
ObjectSchemas
purchaseLineItemOtherCharge
{
"objectType": "purchaseLineItemOtherCharge",
"extendObjType": {
"serviceTag": "PurchaseLineItemManager",
"objectType": "purchaseLineItem"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "purchaseLineItemOtherCharge",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from purchaseLineItem objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...