Item Exceptions REST Endpoints
Supply Chain Planning/Supply Plans/Item Exceptions
The order-based exceptions for items where only item related exceptions are generated by planning. For example, an exception such as Items below Safety Stock where an exception for items that are below a safety stock level are calculated by the plan.
- Get exception details of all item exceptions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplyPlans/{PlanId}/child/ItemExceptions
- Get exception details of one item exception
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplyPlans/{PlanId}/child/ItemExceptions/{ItemExceptionsUniqID}
- Update exception details of an item exception
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/supplyPlans/{PlanId}/child/ItemExceptions/{ItemExceptionsUniqID}