Skip to end of metadata
Go to start of metadata
{
"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": ""
}]
}
Property | Type | Description |
---|
TotalRecords | integer | The total number of records returned within the response body. |
Items | object | This object provides details associated with the technicians and warehouses retrieved from the parts locator request. Property | Type | Description |
---|
Address | object | The address of the source. If it is a warehouse, the address will be populated along latitude and longitude. If the address is not known (as in the case for a technician), only the latitude and longitude will be popluated. see (Account Location Related Objects Address Object) | AvailableQty | decimal | The total number of available parts specified in the request | Distance | decimal | Total distance (as the crow flies) from the source's last known location. The unit of measure (mi/km) is determined by the input parameter. | Contact | object | Contact Details (see Account Location Related Objects Contact Object) |
|
Name | string | The source's name |
LocationType | string | Activity Code | Reserved | Description |
---|
1001 | Yes | Vehicle. Identifies the storage location as a vehicle. | 1002 | Yes | Warehouse. Identifies the storage location as a warehouse. |
|