- Subcategories:
- Exception Set Associations
- Filters
Exception Sets REST Endpoints
Supply Chain Planning/Exception Sets
The list of exception sets used to define which exceptions are calculated and reported during a plan run.
- Create an exception set
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/exceptionSets - Delete an exception set
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId} - Get all exception sets
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/exceptionSets - Get one exception set
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId} - Update one exception set
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId}