Service - Purchase Line Item Other: Difference between revisions

From Izara Wiki
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": {...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
==ObjectSchemas==
==ObjectSchemas==


=== purchaseLineItemOtherCharge ===
=== purchaseLineItemOther ===


<syntaxhighlight lang="JavaScript">
<syntaxhighlight lang="JavaScript">
{
{
   "objectType": "purchaseLineItemOtherCharge",
   "objectType": "purchaseLineItemOther",
   "extendObjType": {
   "extendObjType": {
     "serviceTag": "PurchaseLineItemManager",
     "serviceTag": "PurchaseLineItemManager",
Line 27: Line 27:
     "dynamo": {
     "dynamo": {
       "storageType": "dynamoDB",
       "storageType": "dynamoDB",
       "tableName": "purchaseLineItemOtherCharge",
       "tableName": "purchaseLineItemOther",
     }     
     }     
   },
   },
Line 44: Line 44:
= Working documents =
= Working documents =


[[:Category:Working_documents - Purchase Line Item Other Charge| Purchase Line Item Other Charge]]
[[:Category:Working_documents - Purchase Line Item Other| Purchase Line Item Other]]


[[Category:Backend services| Purchase Line Item Other Charge]]
[[Category:Backend services| Purchase Line Item Other]]

Latest revision as of 09:01, 21 March 2026

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

...

Working documents

Purchase Line Item Other