Service - Purchase Line Item Other
Revision as of 09:01, 21 March 2026 by Sven the Barbarian (talk | contribs)
Overview
Handler service for other purchase line items.
Repository
...
Schemas
ObjectSchemas
purchaseLineItemOther
{
"objectType": "purchaseLineItemOther",
"extendObjType": {
"serviceTag": "PurchaseLineItemManager",
"objectType": "purchaseLineItem"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "purchaseLineItemOther",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from purchaseLineItem objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...