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 safety stock information for comparing ERP vs SIQ vs override safety stocks as in the Inventory --> Safety Stock screen.
Resource: SafetyStockSummary/
Verb: GET
Returns: JSON Array of SafetyStockSummary objects for the requested Hierarchy Node Id or Item Site Id
Query String Arguments: One of the 3 below options must be specified:
- hierararchyNodeId - ID of the hierarchy node for which you want Safety Stock Summary information returned.
- itemSiteId - ID of the ItemSiteId for which you want Safety Stock Summary information returned. This will return an array of a single record, since each ItemSite will have only one set of Safety Stock Summary information associated with it.
- siteCode - a site code for one of your warehouses for which you want to get all SS Summaries.
Example JSON:
[{
"AlertKeyId": 4,
"SettingsDescription": "Default: Use method: Statistical.",
"StatisticalSettingsDescription": "Default: Auto-Select safety stock from enabled methods: Standard, Large Regular Pull. (For stocking Order Policies Only) ",
"NetServiceLevel": 0.500000,
"DaysOnHand": null,
"ActiveSafetyStockDays": null,
"ActiveTargetStockDays": null,
"ActiveMaxStockDays": null,
"ActiveReorderPointDays": null,
"StatisticalSafetyStockDays": null,
"StatisticalMaxStockDays": null,
"StatisticalReorderPointDays": null,
"UnitsDelta": 0.00000,
"ValueDelta": 0.000000000,
"UsageSource": 1,
"SSHistoricalDailyUsage": 0.0,
"SSForecastedDailyUsage": 0.0,
"SSDailyUsageAtLeadTime": 0.0,
"SSHistoricalMonthlyUsage": 0.0,
"SSForecastedMonthlyUsage": 0.0,
"SSMonthlyUsageAtLeadTime": 0.0,
"ShipperId": 3,
"ItemSiteId": 4,
"ItemId": 27,
"SiteId": 13,
"ItemCode": "0101001",
"ItemDescription": "Contoso 512MB MP3 Player E51 Silver",
"SiteCode": "44",
"BuyerId": null,
"StandardCostCurrency": null,
"PrimarySupplierId": 53,
"ActiveSafetyStock": 0.00000,
"ActiveTargetStock": 0.0000000,
"ActiveMaxStock": 0.00000,
"ActiveReorderPoint": 0.00000,
"ActiveSafetyStockExpectedServiceLevel": null,
"OnHandQuantity": 5.00000,
"StatisticalSafetyStock": 0.00000,
"StatisticalMaxStock": 0.00000,
"StatisticalReorderPoint": 0.00000,
"ChosenSafetyStockMethod": 8,
"StandardSafetyStock": 0.00000,
"LargeRegularPullSafetyStock": null,
"DistributionBasedSafetyStock": null,
"RetrospectiveSafetyStock": null,
"CapacityConstrainedSafetyStock": null,
"MarginOptimizedSafetyStock": null,
"ActiveSafetyStockBalance": 0.000000000,
"ActiveTargetStockBalance": 0.00000000,
"ActiveMaxStockBalance": 0.000000000,
"ActiveReorderPointBalance": 0.000000000,
"OnHandBalance": 11.50000,
"StatisticalSafetyStockBalance": 0.000000000,
"StatisticalMaxStockBalance": 0.000000000,
"StatisticalReorderPointBalance": 0.000000000,
"HistoricalIndependentDailyUsage": 0.0,
"HistoricalDependentDailyUsage": 0.0,
"ForecastedIndependentDailyUsage": 0.0,
"ForecastedDependentDailyUsage": 0.0,
"IndependentDailyUsageAtLeadTime": 0.0,
"DependentDailyUsageAtLeadTime": 0.0,
"ItemSiteHistoricalDailyUsage": 0.0,
"ItemSiteForecastedDailyUsage": 0.0,
"ItemSiteDailyUsageAtLeadTime": 0.0,
"TargetServiceLevel": 0.500000,
"ClassBasedTargetServiceLevel": 0.500000,
"MarginOptimizedTargetServiceLevel": null,
"ActivePlanningLeadTime": 7,
"SafetyStockLeadTime": 7,
"CumulativeSafetyStockLeadTime": 7,
"MinimumOrderQuantity": 1,
"OrderMultipleQuantity": 1,
"ActiveOrderPolicy": 2,
"BoMPosition": 0,
"AbcClass": "X",
"XyzClass": "Z",
"MaxCapacity": null,
"MaxCapacityUnitOfMeasure": null,
"ResolvedMaxCapacityInUnits": null,
"AlertState": null,
"Priority": 0,
"Message": "Item has an active safety stock of 0.00000, which varies from the statistical safety stock of 0.00000 by 0.00 units and $0.00. Please Review.",
"AlertType": 262144,
"AlertTypeName": "SafetyStock",
"SuspendedAlertId": null,
"DateSuspended": null,
"ReasonSuspended": null,
"ReactivationDate": null,
"SuspendedByUserId": null,
"SuspendedByUserName": null,
"SuspendedAtPriority": null,
"IsReactivateEnabled": null
}, {
"AlertKeyId": 16,
"SettingsDescription": "Default: Use method: Statistical.",
"StatisticalSettingsDescription": "Default: Auto-Select safety stock from enabled methods: Standard, Large Regular Pull. (For stocking Order Policies Only) ",
"NetServiceLevel": 0.500000,
"DaysOnHand": null,
"ActiveSafetyStockDays": null,
"ActiveTargetStockDays": null,
"ActiveMaxStockDays": null,
"ActiveReorderPointDays": null,
"StatisticalSafetyStockDays": null,
"StatisticalMaxStockDays": null,
"StatisticalReorderPointDays": null,
"UnitsDelta": 0.00000,
"ValueDelta": 0.000000000,
"UsageSource": 1,
"SSHistoricalDailyUsage": 0.0,
"SSForecastedDailyUsage": 0.0,
"SSDailyUsageAtLeadTime": 0.0,
"SSHistoricalMonthlyUsage": 0.0,
"SSForecastedMonthlyUsage": 0.0,
"SSMonthlyUsageAtLeadTime": 0.0,
"ShipperId": 3,
"ItemSiteId": 16,
"ItemId": 27,
"SiteId": 16,
"ItemCode": "0101001",
"ItemDescription": "Contoso 512MB MP3 Player E51 Silver",
"SiteCode": "95",
"BuyerId": null,
"StandardCostCurrency": null,
"PrimarySupplierId": 60,
"ActiveSafetyStock": 0.00000,
"ActiveTargetStock": 0.0000000,
"ActiveMaxStock": 0.00000,
"ActiveReorderPoint": 0.00000,
"ActiveSafetyStockExpectedServiceLevel": null,
"OnHandQuantity": 93.00000,
"StatisticalSafetyStock": 0.00000,
"StatisticalMaxStock": 0.00000,
"StatisticalReorderPoint": 0.00000,
"ChosenSafetyStockMethod": 8,
"StandardSafetyStock": 0.00000,
"LargeRegularPullSafetyStock": null,
"DistributionBasedSafetyStock": null,
"RetrospectiveSafetyStock": null,
"CapacityConstrainedSafetyStock": null,
"MarginOptimizedSafetyStock": null,
"ActiveSafetyStockBalance": 0.000000000,
"ActiveTargetStockBalance": 0.00000000,
"ActiveMaxStockBalance": 0.000000000,
"ActiveReorderPointBalance": 0.000000000,
"OnHandBalance": 213.90000,
"StatisticalSafetyStockBalance": 0.000000000,
"StatisticalMaxStockBalance": 0.000000000,
"StatisticalReorderPointBalance": 0.000000000,
"HistoricalIndependentDailyUsage": 0.0,
"HistoricalDependentDailyUsage": 0.0,
"ForecastedIndependentDailyUsage": 0.0,
"ForecastedDependentDailyUsage": 0.0,
"IndependentDailyUsageAtLeadTime": 0.0,
"DependentDailyUsageAtLeadTime": 0.0,
"ItemSiteHistoricalDailyUsage": 0.0,
"ItemSiteForecastedDailyUsage": 0.0,
"ItemSiteDailyUsageAtLeadTime": 0.0,
"TargetServiceLevel": 0.500000,
"ClassBasedTargetServiceLevel": 0.500000,
"MarginOptimizedTargetServiceLevel": null,
"ActivePlanningLeadTime": 7,
"SafetyStockLeadTime": 7,
"CumulativeSafetyStockLeadTime": 7,
"MinimumOrderQuantity": 1,
"OrderMultipleQuantity": 1,
"ActiveOrderPolicy": 2,
"BoMPosition": 4,
"AbcClass": "X",
"XyzClass": "Z",
"MaxCapacity": null,
"MaxCapacityUnitOfMeasure": null,
"ResolvedMaxCapacityInUnits": null,
"AlertState": null,
"Priority": 0,
"Message": "Item has an active safety stock of 0.00000, which varies from the statistical safety stock of 0.00000 by 0.00 units and $0.00. Please Review.",
"AlertType": 262144,
"AlertTypeName": "SafetyStock",
"SuspendedAlertId": null,
"DateSuspended": null,
"ReasonSuspended": null,
"ReactivationDate": null,
"SuspendedByUserId": null,
"SuspendedByUserName": null,
"SuspendedAtPriority": null,
"IsReactivateEnabled": null
}, {
"AlertKeyId": 9,
"SettingsDescription": "Default: Use method: Statistical.",
"StatisticalSettingsDescription": "Default: Auto-Select safety stock from enabled methods: Standard, Large Regular Pull. (For stocking Order Policies Only) ",
"NetServiceLevel": 0.500000,
"DaysOnHand": null,
"ActiveSafetyStockDays": null,
"ActiveTargetStockDays": null,
"ActiveMaxStockDays": null,
"ActiveReorderPointDays": null,
"StatisticalSafetyStockDays": null,
"StatisticalMaxStockDays": null,
"StatisticalReorderPointDays": null,
"UnitsDelta": 0.00000,
"ValueDelta": 0.000000000,
"UsageSource": 3,
"SSHistoricalDailyUsage": 0.0,
"SSForecastedDailyUsage": 0.0,
"SSDailyUsageAtLeadTime": 0.0,
"SSHistoricalMonthlyUsage": 0.0,
"SSForecastedMonthlyUsage": 0.0,
"SSMonthlyUsageAtLeadTime": 0.0,
"ShipperId": 3,
"ItemSiteId": 9,
"ItemId": 27,
"SiteId": 17,
"ItemCode": "0101001",
"ItemDescription": "Contoso 512MB MP3 Player E51 Silver",
"SiteCode": "96",
"BuyerId": null,
"StandardCostCurrency": null,
"PrimarySupplierId": 47,
"ActiveSafetyStock": 0.00000,
"ActiveTargetStock": 0.0000000,
"ActiveMaxStock": 0.00000,
"ActiveReorderPoint": 0.00000,
"ActiveSafetyStockExpectedServiceLevel": null,
"OnHandQuantity": 96.00000,
"StatisticalSafetyStock": 0.00000,
"StatisticalMaxStock": 0.00000,
"StatisticalReorderPoint": 0.00000,
"ChosenSafetyStockMethod": 8,
"StandardSafetyStock": 0.00000,
"LargeRegularPullSafetyStock": null,
"DistributionBasedSafetyStock": null,
"RetrospectiveSafetyStock": null,
"CapacityConstrainedSafetyStock": null,
"MarginOptimizedSafetyStock": null,
"ActiveSafetyStockBalance": 0.000000000,
"ActiveTargetStockBalance": 0.00000000,
"ActiveMaxStockBalance": 0.000000000,
"ActiveReorderPointBalance": 0.000000000,
"OnHandBalance": 220.80000,
"StatisticalSafetyStockBalance": 0.000000000,
"StatisticalMaxStockBalance": 0.000000000,
"StatisticalReorderPointBalance": 0.000000000,
"HistoricalIndependentDailyUsage": 0.0,
"HistoricalDependentDailyUsage": 0.0,
"ForecastedIndependentDailyUsage": 0.0,
"ForecastedDependentDailyUsage": 0.0,
"IndependentDailyUsageAtLeadTime": 0.0,
"DependentDailyUsageAtLeadTime": 0.0,
"ItemSiteHistoricalDailyUsage": 0.0,
"ItemSiteForecastedDailyUsage": 0.0,
"ItemSiteDailyUsageAtLeadTime": 0.0,
"TargetServiceLevel": 0.500000,
"ClassBasedTargetServiceLevel": 0.500000,
"MarginOptimizedTargetServiceLevel": null,
"ActivePlanningLeadTime": 7,
"SafetyStockLeadTime": 7,
"CumulativeSafetyStockLeadTime": 7,
"MinimumOrderQuantity": 1,
"OrderMultipleQuantity": 1,
"ActiveOrderPolicy": 2,
"BoMPosition": 1,
"AbcClass": "X",
"XyzClass": "Z",
"MaxCapacity": null,
"MaxCapacityUnitOfMeasure": null,
"ResolvedMaxCapacityInUnits": null,
"AlertState": null,
"Priority": 0,
"Message": "Item has an active safety stock of 0.00000, which varies from the statistical safety stock of 0.00000 by 0.00 units and $0.00. Please Review.",
"AlertType": 262144,
"AlertTypeName": "SafetyStock",
"SuspendedAlertId": null,
"DateSuspended": null,
"ReasonSuspended": null,
"ReactivationDate": null,
"SuspendedByUserId": null,
"SuspendedByUserName": null,
"SuspendedAtPriority": null,
"IsReactivateEnabled": null
}
]Verb: PUT
Returns: JSON Array of SafetyStockSummary objects
Example JSON:
[{
"AlertKeyId": 4,
"SettingsDescription": "Default: Use method: Statistical.",
"StatisticalSettingsDescription": "Default: Auto-Select safety stock from enabled methods: Standard, Large Regular Pull. (For stocking Order Policies Only) ",
"NetServiceLevel": 0.500000,
"DaysOnHand": null,
"ActiveSafetyStockDays": null,
"ActiveTargetStockDays": null,
"ActiveMaxStockDays": null,
"ActiveReorderPointDays": null,
"StatisticalSafetyStockDays": null,
"StatisticalMaxStockDays": null,
"StatisticalReorderPointDays": null,
"UnitsDelta": 0.00000,
"ValueDelta": 0.000000000,
"UsageSource": 1,
"SSHistoricalDailyUsage": 0.0,
"SSForecastedDailyUsage": 0.0,
"SSDailyUsageAtLeadTime": 0.0,
"SSHistoricalMonthlyUsage": 0.0,
"SSForecastedMonthlyUsage": 0.0,
"SSMonthlyUsageAtLeadTime": 0.0,
"ShipperId": 3,
"ItemSiteId": 4,
"ItemId": 27,
"SiteId": 13,
"ItemCode": "0101001",
"ItemDescription": "Contoso 512MB MP3 Player E51 Silver",
"SiteCode": "44",
"BuyerId": null,
"StandardCostCurrency": null,
"PrimarySupplierId": 53,
"ActiveSafetyStock": 0.00000,
"ActiveTargetStock": 0.0000000,
"ActiveMaxStock": 0.00000,
"ActiveReorderPoint": 0.00000,
"ActiveSafetyStockExpectedServiceLevel": null,
"OnHandQuantity": 5.00000,
"StatisticalSafetyStock": 0.00000,
"StatisticalMaxStock": 0.00000,
"StatisticalReorderPoint": 0.00000,
"ChosenSafetyStockMethod": 8,
"StandardSafetyStock": 0.00000,
"LargeRegularPullSafetyStock": null,
"DistributionBasedSafetyStock": null,
"RetrospectiveSafetyStock": null,
"CapacityConstrainedSafetyStock": null,
"MarginOptimizedSafetyStock": null,
"ActiveSafetyStockBalance": 0.000000000,
"ActiveTargetStockBalance": 0.00000000,
"ActiveMaxStockBalance": 0.000000000,
"ActiveReorderPointBalance": 0.000000000,
"OnHandBalance": 11.50000,
"StatisticalSafetyStockBalance": 0.000000000,
"StatisticalMaxStockBalance": 0.000000000,
"StatisticalReorderPointBalance": 0.000000000,
"HistoricalIndependentDailyUsage": 0.0,
"HistoricalDependentDailyUsage": 0.0,
"ForecastedIndependentDailyUsage": 0.0,
"ForecastedDependentDailyUsage": 0.0,
"IndependentDailyUsageAtLeadTime": 0.0,
"DependentDailyUsageAtLeadTime": 0.0,
"ItemSiteHistoricalDailyUsage": 0.0,
"ItemSiteForecastedDailyUsage": 0.0,
"ItemSiteDailyUsageAtLeadTime": 0.0,
"TargetServiceLevel": 0.500000,
"ClassBasedTargetServiceLevel": 0.500000,
"MarginOptimizedTargetServiceLevel": null,
"ActivePlanningLeadTime": 7,
"SafetyStockLeadTime": 7,
"CumulativeSafetyStockLeadTime": 7,
"MinimumOrderQuantity": 1,
"OrderMultipleQuantity": 1,
"ActiveOrderPolicy": 2,
"BoMPosition": 0,
"AbcClass": "X",
"XyzClass": "Z",
"MaxCapacity": null,
"MaxCapacityUnitOfMeasure": null,
"ResolvedMaxCapacityInUnits": null,
"AlertState": null,
"Priority": 0,
"Message": "Item has an active safety stock of 0.00000, which varies from the statistical safety stock of 0.00000 by 0.00 units and $0.00. Please Review.",
"AlertType": 262144,
"AlertTypeName": "SafetyStock",
"SuspendedAlertId": null,
"DateSuspended": null,
"ReasonSuspended": null,
"ReactivationDate": null,
"SuspendedByUserId": null,
"SuspendedByUserName": null,
"SuspendedAtPriority": null,
"IsReactivateEnabled": null
}, {
"AlertKeyId": 16,
"SettingsDescription": "Default: Use method: Statistical.",
"StatisticalSettingsDescription": "Default: Auto-Select safety stock from enabled methods: Standard, Large Regular Pull. (For stocking Order Policies Only) ",
"NetServiceLevel": 0.500000,
"DaysOnHand": null,
"ActiveSafetyStockDays": null,
"ActiveTargetStockDays": null,
"ActiveMaxStockDays": null,
"ActiveReorderPointDays": null,
"StatisticalSafetyStockDays": null,
"StatisticalMaxStockDays": null,
"StatisticalReorderPointDays": null,
"UnitsDelta": 0.00000,
"ValueDelta": 0.000000000,
"UsageSource": 1,
"SSHistoricalDailyUsage": 0.0,
"SSForecastedDailyUsage": 0.0,
"SSDailyUsageAtLeadTime": 0.0,
"SSHistoricalMonthlyUsage": 0.0,
"SSForecastedMonthlyUsage": 0.0,
"SSMonthlyUsageAtLeadTime": 0.0,
"ShipperId": 3,
"ItemSiteId": 16,
"ItemId": 27,
"SiteId": 16,
"ItemCode": "0101001",
"ItemDescription": "Contoso 512MB MP3 Player E51 Silver",
"SiteCode": "95",
"BuyerId": null,
"StandardCostCurrency": null,
"PrimarySupplierId": 60,
"ActiveSafetyStock": 0.00000,
"ActiveTargetStock": 0.0000000,
"ActiveMaxStock": 0.00000,
"ActiveReorderPoint": 0.00000,
"ActiveSafetyStockExpectedServiceLevel": null,
"OnHandQuantity": 93.00000,
"StatisticalSafetyStock": 0.00000,
"StatisticalMaxStock": 0.00000,
"StatisticalReorderPoint": 0.00000,
"ChosenSafetyStockMethod": 8,
"StandardSafetyStock": 0.00000,
"LargeRegularPullSafetyStock": null,
"DistributionBasedSafetyStock": null,
"RetrospectiveSafetyStock": null,
"CapacityConstrainedSafetyStock": null,
"MarginOptimizedSafetyStock": null,
"ActiveSafetyStockBalance": 0.000000000,
"ActiveTargetStockBalance": 0.00000000,
"ActiveMaxStockBalance": 0.000000000,
"ActiveReorderPointBalance": 0.000000000,
"OnHandBalance": 213.90000,
"StatisticalSafetyStockBalance": 0.000000000,
"StatisticalMaxStockBalance": 0.000000000,
"StatisticalReorderPointBalance": 0.000000000,
"HistoricalIndependentDailyUsage": 0.0,
"HistoricalDependentDailyUsage": 0.0,
"ForecastedIndependentDailyUsage": 0.0,
"ForecastedDependentDailyUsage": 0.0,
"IndependentDailyUsageAtLeadTime": 0.0,
"DependentDailyUsageAtLeadTime": 0.0,
"ItemSiteHistoricalDailyUsage": 0.0,
"ItemSiteForecastedDailyUsage": 0.0,
"ItemSiteDailyUsageAtLeadTime": 0.0,
"TargetServiceLevel": 0.500000,
"ClassBasedTargetServiceLevel": 0.500000,
"MarginOptimizedTargetServiceLevel": null,
"ActivePlanningLeadTime": 7,
"SafetyStockLeadTime": 7,
"CumulativeSafetyStockLeadTime": 7,
"MinimumOrderQuantity": 1,
"OrderMultipleQuantity": 1,
"ActiveOrderPolicy": 2,
"BoMPosition": 4,
"AbcClass": "X",
"XyzClass": "Z",
"MaxCapacity": null,
"MaxCapacityUnitOfMeasure": null,
"ResolvedMaxCapacityInUnits": null,
"AlertState": null,
"Priority": 0,
"Message": "Item has an active safety stock of 0.00000, which varies from the statistical safety stock of 0.00000 by 0.00 units and $0.00. Please Review.",
"AlertType": 262144,
"AlertTypeName": "SafetyStock",
"SuspendedAlertId": null,
"DateSuspended": null,
"ReasonSuspended": null,
"ReactivationDate": null,
"SuspendedByUserId": null,
"SuspendedByUserName": null,
"SuspendedAtPriority": null,
"IsReactivateEnabled": null
}, {
"AlertKeyId": 9,
"SettingsDescription": "Default: Use method: Statistical.",
"StatisticalSettingsDescription": "Default: Auto-Select safety stock from enabled methods: Standard, Large Regular Pull. (For stocking Order Policies Only) ",
"NetServiceLevel": 0.500000,
"DaysOnHand": null,
"ActiveSafetyStockDays": null,
"ActiveTargetStockDays": null,
"ActiveMaxStockDays": null,
"ActiveReorderPointDays": null,
"StatisticalSafetyStockDays": null,
"StatisticalMaxStockDays": null,
"StatisticalReorderPointDays": null,
"UnitsDelta": 0.00000,
"ValueDelta": 0.000000000,
"UsageSource": 3,
"SSHistoricalDailyUsage": 0.0,
"SSForecastedDailyUsage": 0.0,
"SSDailyUsageAtLeadTime": 0.0,
"SSHistoricalMonthlyUsage": 0.0,
"SSForecastedMonthlyUsage": 0.0,
"SSMonthlyUsageAtLeadTime": 0.0,
"ShipperId": 3,
"ItemSiteId": 9,
"ItemId": 27,
"SiteId": 17,
"ItemCode": "0101001",
"ItemDescription": "Contoso 512MB MP3 Player E51 Silver",
"SiteCode": "96",
"BuyerId": null,
"StandardCostCurrency": null,
"PrimarySupplierId": 47,
"ActiveSafetyStock": 0.00000,
"ActiveTargetStock": 0.0000000,
"ActiveMaxStock": 0.00000,
"ActiveReorderPoint": 0.00000,
"ActiveSafetyStockExpectedServiceLevel": null,
"OnHandQuantity": 96.00000,
"StatisticalSafetyStock": 0.00000,
"StatisticalMaxStock": 0.00000,
"StatisticalReorderPoint": 0.00000,
"ChosenSafetyStockMethod": 8,
"StandardSafetyStock": 0.00000,
"LargeRegularPullSafetyStock": null,
"DistributionBasedSafetyStock": null,
"RetrospectiveSafetyStock": null,
"CapacityConstrainedSafetyStock": null,
"MarginOptimizedSafetyStock": null,
"ActiveSafetyStockBalance": 0.000000000,
"ActiveTargetStockBalance": 0.00000000,
"ActiveMaxStockBalance": 0.000000000,
"ActiveReorderPointBalance": 0.000000000,
"OnHandBalance": 220.80000,
"StatisticalSafetyStockBalance": 0.000000000,
"StatisticalMaxStockBalance": 0.000000000,
"StatisticalReorderPointBalance": 0.000000000,
"HistoricalIndependentDailyUsage": 0.0,
"HistoricalDependentDailyUsage": 0.0,
"ForecastedIndependentDailyUsage": 0.0,
"ForecastedDependentDailyUsage": 0.0,
"IndependentDailyUsageAtLeadTime": 0.0,
"DependentDailyUsageAtLeadTime": 0.0,
"ItemSiteHistoricalDailyUsage": 0.0,
"ItemSiteForecastedDailyUsage": 0.0,
"ItemSiteDailyUsageAtLeadTime": 0.0,
"TargetServiceLevel": 0.500000,
"ClassBasedTargetServiceLevel": 0.500000,
"MarginOptimizedTargetServiceLevel": null,
"ActivePlanningLeadTime": 7,
"SafetyStockLeadTime": 7,
"CumulativeSafetyStockLeadTime": 7,
"MinimumOrderQuantity": 1,
"OrderMultipleQuantity": 1,
"ActiveOrderPolicy": 2,
"BoMPosition": 1,
"AbcClass": "X",
"XyzClass": "Z",
"MaxCapacity": null,
"MaxCapacityUnitOfMeasure": null,
"ResolvedMaxCapacityInUnits": null,
"AlertState": null,
"Priority": 0,
"Message": "Item has an active safety stock of 0.00000, which varies from the statistical safety stock of 0.00000 by 0.00 units and $0.00. Please Review.",
"AlertType": 262144,
"AlertTypeName": "SafetyStock",
"SuspendedAlertId": null,
"DateSuspended": null,
"ReasonSuspended": null,
"ReactivationDate": null,
"SuspendedByUserId": null,
"SuspendedByUserName": null,
"SuspendedAtPriority": null,
"IsReactivateEnabled": null
}
]