Exception Set Associations REST Endpoints
Supply Chain Planning/Exception Sets/Exception Set Associations
The list of exceptions that are included in the exception set.
- Create one exception association
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId}/child/ExceptionSetsAssociation - Delete one exception association
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId}/child/ExceptionSetsAssociation/{ExceptionSetsAssociationUniqID} - Get all exception associations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId}/child/ExceptionSetsAssociation - Get one exception association
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId}/child/ExceptionSetsAssociation/{ExceptionSetsAssociationUniqID} - Update one exception association
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId}/child/ExceptionSetsAssociation/{ExceptionSetsAssociationUniqID}