Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagejs
titleJSON Format
firstline1
linenumberstrue
collapsetrue
 {
	"UserName": "",
	"ProdNum": "",
	"Address": {
     	"AddrLine1": "",
     	"AddrLine2": "",
   	 	"AddrLine3": "",
   	 	"AddrLine4": "",
   	 	"City": "",
   	 	"Country": "",
   	 	"Lat" : "",
   	 	"Lon" : "",
   	 	"Region": "",
   	 	"Zip": ""
	},
	"RequestedQty": 10.0,
	"Distance": 10.0,
    "Unit": "km/mi"
}

Parts Locator Object Formats

Include Page
_Parts Locator Object Formats
_Parts Locator Object Formats

Parts Locator Object Properties

Property
Type
Description
UserNamestringThe user who is requesting availability for a part.
ProdNumstringThe product number being requested.
AddressobjectAddress Details (see REST Object Definitions Account Location Related Objects Address Object). Note: Both Full address or only latitude and longitude may be used.
RequestedQtydecimalThe quantity of the specified product required.
DistancedecimalThe maximum distance (search radius).
UnitstringThe unit of measure returned for the search. Use mi for miles or km for kilometers.

...