- Subcategories:
- Attachments
- Evaluation Team Member for Supplier Initiatives
- Flexfields for Supplier Initiatives
- Initiative Questionnaires
- Qualification Areas for Supplier Initiatives
- Suppliers for Supplier Initiatives
Initiatives REST Endpoints
Initiatives
Initiatives for creating, managing, and tracking the qualifications and assessments of your suppliers are handled.
- Cancel an initiative
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives/{supplierInitiativesUniqID}/action/cancel - Create one initiative
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives - Delete one initiative
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives/{supplierInitiativesUniqID} - Duplicate an initiative
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives/{supplierInitiativesUniqID}/action/duplicate - Generate initiative summary
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives/{supplierInitiativesUniqID}/action/generateSummaryAttributes - Generate question hierarchy
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives/{supplierInitiativesUniqID}/action/generateQuestionnaireSectionHierarchy - Get all initiatives
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives - Get one initiative
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives/{supplierInitiativesUniqID} - Launch an initiative
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives/{supplierInitiativesUniqID}/action/launch - Send response reminder
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives/{supplierInitiativesUniqID}/action/sendPendingReminder - Update one initiative
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives/{supplierInitiativesUniqID} - Validate an initiative
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierInitiatives/{supplierInitiativesUniqID}/action/validate