Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
firstline1
titleJSON Format
linenumberstrue
collapsetrue
 {
	"RequiredParts": [{
		"EstimatedDelivery": "2014-12-18T10:00:00.000Z",
		"Parts": [{
			"PartNumberProdNum": "",
			"PartStatus": "{free text}",
			"Price": 0.0,
			"ShipToLocation": "",
			"SupersededParts": [{
				"PartNumberProdNum": "",
				"PartStatus": "{free text}",
				"ProdAttrs": {
					"Desc": "",
					"IsBatch": false,
					"IsInvCtrl": false,
					"IsSerialized": false,
					"ProdType": "1001"
				},
				"Quantity": 10.0
			}],
			"Urgency": ""
		}]
	}]
}

...