Material Master Import Document

A JSON material master import document (MMID) contains all the details of a material. The MMID constitutes the body of the HTTP POST request of the ERP Import service, which posts the material to Plant Applications.

MMID

{
  "schemaVersion": 2,
  "productionLines": [
    "Line1"
  ],
  "storageZone": "StorageZone",
  "storageUnit": "StorageUnit",
  "material": {
    "productCode": "105D6043P008",
    "productDescription": "INDEX TUBE",
    "productFamily": "Capacitor",
    "propertyValues": [
      {
        "propertyName": "UNITOFMEASURE",
        "propertyValue": "EA"
      },
      {
        "propertyName": "REVISION_DATE",
        "propertyValue": "2/20/2016 11:52:44 AM"
      },
      {
        "propertyName": "ITEM_CREATION_DATE",
        "propertyValue": "2/19/2016 4:08:05 PM"
      },
      {
        "propertyName": "STORAGELOCATION",
        "propertyValue": "STK"
      },
      {
        "propertyName": "ITEM_DRAWING",
        "propertyValue": "[\"http://www/google.com/document1\", \"http://www/google.com/document2\"]"
      }
    ],
    "isSerialized": true
  }
}