- Subcategories:
- Project Program Communication Associations
- Project Program Communication Contents
- Project Program Communication Feedback
Project Program Communications REST Endpoints
Project Program Communications
Project Program Communication resource is used to manage the templates and reports header information.
- Create a status report or template structure
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunications - Delete a status report or template structure
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID} - Download program BIP report
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/action/downloadBipReport - Get a status report or template structure
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID} - Get all status reports or templates structure
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunications - Update a status report or template structure
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}