- Subcategories:
- Attachments
- Evaluation Team Member
- Flexfields for Initiatives
- Initiative Questionnaires
- Internal Responders for the Initiative's Suppliers
- Qualification Areas
- Suppliers
Supplier Initiatives REST Endpoints
Supplier Initiatives
The Supplier Initiatives resource manages the initiatives. An initiative is used to create, manage, and track qualifications and assessments of your suppliers.
- 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