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: post
Path: /fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId}/child/ExceptionSetsAssociation
Delete one exception association
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId}/child/ExceptionSetsAssociation/{ExceptionSetsAssociationUniqID}
Get all exception associations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId}/child/ExceptionSetsAssociation
Get one exception association
Method: get
Path: /fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId}/child/ExceptionSetsAssociation/{ExceptionSetsAssociationUniqID}
Update one exception association
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/exceptionSets/{ExceptionSetId}/child/ExceptionSetsAssociation/{ExceptionSetsAssociationUniqID}