Service - Freight In Standard: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 28: Line 28:
   "addOnDataStructure": [],
   "addOnDataStructure": [],
   "fieldNames": {
   "fieldNames": {
     // from purchaseLineItem objType
     // from freightIn objType
   },
   },
   "generatedBy": "userGenerated"
   "generatedBy": "userGenerated"

Latest revision as of 22:50, 15 April 2026

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 freightIn objType
  },
  "generatedBy": "userGenerated"
}

RelationshipSchemas

...

Working documents

Freight In Standard