Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

JSON Format
 {
	"RequiredParts": [{
		"EstimatedDelivery": "2014-12-18T10:00:00.000Z",
		"Parts": [{
			"PartNumber": "",
			"PartStatus": "{free text}",
			"Price": 0.0,
			"ShipToLocation": "",
			"SupersededParts": [{
				"PartNumber": "",
				"PartStatus": "{free text}",
				"ProdAttrs": {
					"Desc": "",
					"IsBatch": false,
					"IsInvCtrl": false,
					"IsSerialized": false,
					"ProdType": "1001"
				},
				"Quantity": 10.0
			}],
			"Urgency": ""
		}]
	}]
}

HTTP Object Properties

Property
Type
Description
EstimatedDeliverydatetimeUTCSpecifies the estimated delivery date of the required part.
PartStatusstringSpecifies the part status (see Part Status system category)
PriceobjectSpecifies the price of the part.
SupersededPartsobject(see SupersededParts Object)
DistancedecimalThe maximum distance (search radius).
UnitstringThe unit of measure returned for the search. Use mi for miles or km for kilometers.
  • No labels