Document toolboxDocument toolbox

_Parts Locator Response Object Formats

JSON Format
{
	"TotalRecords": "",
	"Items": [{
		"Address": {
			"AddrLine1": "",
			"AddrLine2": "",
			"AddrLine3": "",
			"AddrLine4": "",
			"AddrType": "",
			"City": "",
			"Country": "",
			"Intersection": "",
			"Lat": "",
			"Lon": "",
			"Region": "",
			"Zip": ""
		},
		"AvailableQty": 5.0,
		"Distance": 1.5,
		"Contact": {
			"Email": "",
			"FirstName": "",
			"IsPrimary": true,
			"LastName": "",
			"Phones": [{
				"PhoneNum": "",
				"PhoneType": ""
			}]
		},
		"Name": "",
		"LocationType": ""
	}]
}