Service - Other Purchase Item Standard

From Izara Wiki
Revision as of 22:50, 15 April 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for a standard other purchase line item types. = Repository = ... = Schemas = == ObjectSchemas == === otherPurchaseItemStandard === <syntaxhighlight lang="JavaScript"> { "objectType": "otherPurchaseItemStandard", "extendObjType": { "serviceTag": "OtherPurchaseItemManager", "objectType": "otherPurchaseItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Handler service for a standard other purchase line item types.

Repository

...

Schemas

ObjectSchemas

otherPurchaseItemStandard

{
  "objectType": "otherPurchaseItemStandard",
  "extendObjType": {
    "serviceTag": "OtherPurchaseItemManager",
    "objectType": "otherPurchaseItem"
  },
  "storageResources": {
    "graph": {
      "storageType": "graph",
      "graphServerTag": "GraphHandler"
    }
  },
  "addOnDataStructure": [],
  "fieldNames": {
    // from otherPurchaseItem objType
  },
  "generatedBy": "userGenerated"
}

RelationshipSchemas

...

Working documents

Other Purchase Item Standard