- Subcategories:
- Descriptive Flexfields
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: postPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/notificationControls - Delete one notification control
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/notificationControls/{NotificationId} - Get all agreement notification controls
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/notificationControls - Get one agreement notification control
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/notificationControls/{NotificationId} - Update one notification control
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/notificationControls/{NotificationId}