Notification Controls REST Endpoints

Draft Purchase Agreements/Notification Controls
Agreement notification control alerts the user when expiration and release control conditions are met for an agreement. For example, it could send an expiration notification when an agreement expires or a released amount notification when the agreement amount is released.
Create notification controls
Method: post
Path: /fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/notificationControls
Delete one notification control
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/notificationControls/{NotificationId}
Get all agreement notification controls
Method: get
Path: /fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/notificationControls
Get one agreement notification control
Method: get
Path: /fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/notificationControls/{NotificationId}
Update one notification control
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/notificationControls/{NotificationId}