Service - Freight In Standard

From Izara Wiki
Revision as of 22:46, 15 April 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for a standard freight in service. = Repository = ... = Schemas = == ObjectSchemas == === freightInStandard === <syntaxhighlight lang="JavaScript"> { "objectType": "freightInStandard", "extendObjType": { "serviceTag": "FreightInManager", "objectType": "freightIn" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } }, "addOnDataStructure": [], "fieldNam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Handler service for a standard freight in service.

Repository

...

Schemas

ObjectSchemas

freightInStandard

{
  "objectType": "freightInStandard",
  "extendObjType": {
    "serviceTag": "FreightInManager",
    "objectType": "freightIn"
  },
  "storageResources": {
    "graph": {
      "storageType": "graph",
      "graphServerTag": "GraphHandler"
    }
  },
  "addOnDataStructure": [],
  "fieldNames": {
    // from purchaseLineItem objType
  },
  "generatedBy": "userGenerated"
}

RelationshipSchemas

...

Working documents

Freight In Standard