NOTE: This is an article for the legacy API. To access updated information on this endpoint, please reference the HTML guide attached to the bottom of the REST API Access document
Description: Returns the item-site-supplier detail grid from the Lead Time Viewer screen in the Supply module
Resource: ItemSiteSupplierDetail/
Verb: GET
Returns: JSON Array containing records matching
Example Response JSON:
[
{
"AdminLtSettingsDescription": "Default: Use lead time from Host ERP System.",
"ManufacturingLtSettingsDescription": "Default: Use lead time from Host ERP System.",
"ShippingLtSettingsDescription": "Default: Use lead time from Host ERP System.",
"PutawayLtSettingsDescription": "Default: Use lead time from Host ERP System.",
"SafetyStockLeadTimeSettingsDescription": "Default: Match Safety Stock Lead Time to Planning Lead Time.",
"ErpPlanningLeadTime": 25,
"ShipperId": 1,
"ItemId": 16,
"SiteId": 17,
"ItemSiteId": 1,
"BuyerId": 1,
"ItemSiteIsActive": true,
"ItemSiteRemoved": false,
"SupplierId": 48,
"SupplierItemCategoryId": 1,
"ItemSiteSupplierId": 2312,
"IsActive": true,
"Removed": false,
"ItemCode": "0101001",
"SiteCode": "44",
"ItemDescription": "Contoso 512MB MP3 Player E51 Silver",
"SupplierItemCode": "0101001",
"SupplierCode": "V0054",
"SupplierName": "USA Distribution Ltd",
"SupplierItemCategoryCode": "A/V",
"SupplierItemCategoryName": "Audio/Visual",
"MinimumOrderQuantity": 100,
"OrderMultipleQuantity": 10,
"YieldPercentage": 1.00000,
"SupplierCost": 17.57000,
"UnitOfMeasure": "PR",
"StockingUnitsPerPurchaseUnits": 1.0000000000,
"ActiveOrderCycle": 1,
"ErpSupplierLevel": 1,
"CalculatedSupplierLevel": 1,
"ActiveSupplierLevel": 1,
"ErpManufacturingLeadTime": 23,
"ErpShippingLeadTime": 2,
"ActivePlanningLeadTime": 25,
"ActiveAdminLeadTime": 0,
"ActiveManufacturingLeadTime": 23,
"ActiveShippingLeadTime": 2,
"ActiveExpeditedShippingLeadTime": 0,
"ActivePutawayLeadTime": 0,
"SafetyStockLeadTime": 25,
"CumulativeSafetyStockLeadTime": 25,
"ItemSiteCategory1Name": "Audio",
"ItemSiteCategory2Name": "MP4&MP3",
"ItemSiteCategory3Name": "Unassigned",
"ItemSiteCategory4Name": "Unassigned",
"ItemSiteCategory5Name": "Unassigned"
},
{
"AdminLtSettingsDescription": "Default: Use lead time from Host ERP System.",
"ManufacturingLtSettingsDescription": "Default: Use lead time from Host ERP System.",
"ShippingLtSettingsDescription": "Default: Use lead time from Host ERP System.",
"PutawayLtSettingsDescription": "Default: Use lead time from Host ERP System.",
"SafetyStockLeadTimeSettingsDescription": "Default: Match Safety Stock Lead Time to Planning Lead Time.",
"ErpPlanningLeadTime": 28,
"ShipperId": 1,
"ItemId": 16,
"SiteId": 17,
"ItemSiteId": 1,
"BuyerId": 1,
"ItemSiteIsActive": true,
"ItemSiteRemoved": false,
"SupplierId": 47,
"SupplierItemCategoryId": 0,
"ItemSiteSupplierId": 64,
"IsActive": true,
"Removed": false,
"ItemCode": "0101001",
"SiteCode": "44",
"ItemDescription": "Contoso 512MB MP3 Player E51 Silver",
"SupplierItemCode": "0101001",
"SupplierCode": "V0057",
"SupplierName": "Xiamen Manufacturing Group",
"MinimumOrderQuantity": 100,
"OrderMultipleQuantity": 10,
"YieldPercentage": 1.00000,
"SupplierCost": 110.73000,
"UnitOfMeasure": "PR",
"StockingUnitsPerPurchaseUnits": 1.0000000000,
"ActiveOrderCycle": 1,
"ErpSupplierLevel": 2,
"CalculatedSupplierLevel": 2,
"ActiveSupplierLevel": 2,
"ErpManufacturingLeadTime": 26,
"ErpShippingLeadTime": 2,
"ActivePlanningLeadTime": 28,
"ActiveAdminLeadTime": 0,
"ActiveManufacturingLeadTime": 26,
"ActiveShippingLeadTime": 2,
"ActiveExpeditedShippingLeadTime": 0,
"ActivePutawayLeadTime": 0,
"SafetyStockLeadTime": 28,
"ItemSiteCategory1Name": "Audio",
"ItemSiteCategory2Name": "MP4&MP3",
"ItemSiteCategory3Name": "Unassigned",
"ItemSiteCategory4Name": "Unassigned",
"ItemSiteCategory5Name": "Unassigned"
},
...
]