Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space MOBUD and version 3
Code Block
languagejs
firstline1
titleJSON Format
linenumberstrue
collapsetrue
{
	"UserID": "", 
    "ModifiedUTC" : "2013-01-01T12:00:00Z",
    "RefModule" : "",
    "RefObjID": "", 
    "StorageLocations": [
        {
            "StorageLocationID": "", 
            "Items": [
                {
                    "BatchNum": "",
					"DispositionReasons": [
						{
							"Desc": "",
							"InQty": 0.0,
							"InventoryQty": 0.0,
							"OutQty": 0.0,							
							"Qty": 0.0,
							"ReasonCode": ""
						}
					], 
                    "InQty",: 0.0,
                    "InventoryDamagedQty" : 0.0, 
                    "InventoryQty" : 0.0,
                    "OutQty',": 0.0,
                    "ProdNum": "", 
                    "ReportedDamagedQty": 0.0,
                    "SerialNum": ""
                }
            ]
        }
    ]
}