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
firstline
languagejs
firstline1
titleJSON Format
1linenumberstrue
collapsetrue
 {
	"ModifiedUTC": "2013-01-01T12:00:00.000Z",
	"StorageLocationID": "",
	"StorageTypeStorageLocationType": "",
	"Address": {
		"AddrLine1": "",
		"AddrLine2": "",
		"AddrLine3": "",
		"AddrLine4": "",
		"AddrType": "",
		"City": "",
		"Country": "",
		"Intersection": "",
		"Lat": "",
		"Lon": "",
		"Region": "",
		"Zip": ""
	},
	"Contacts": [{
		"Email": "",
		"FirstName": "",
		"IsPrimary": true,
		"LastName": "",
		"Phones": [{
			"PhoneNum": "",
			"PhoneType": ""
		}]
	}],
	"Items": [{
		"ProdNum": "",
		"BatchNum": "",
		"DamagedQty": 0.0,
		"Deleted": false,
		"Qty": 0.0,
		"SerialNum": "",
		"ProdAttrs": {
			"Desc": "",
			"IsBatch": false,
			"IsInvCtrl": false,
			"IsSerialized": false
		}
	}],
	"Name": ""
}