Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
{
"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 Properties
Property | Type | Description |
---|---|---|
UserName | string | The user who is requesting availability for a part. |
ProdNum | string | The product number being requested. |
Address | object | Address Details (see REST Object Definitions Account Location Related Objects Address Object). Note: Both Full address or only latitude and longitude may be used. |
RequestedQty | decimal | The quantity of the specified product required. |
Distance | decimal | The maximum distance (search radius). |
Unit | string | The unit of measure returned for the search. Use mi for miles or km for kilometers. |
...