Project Program Communication Catalogs REST Endpoints
Project Program Communication Catalogs
Project Program Communication Catalogs resource is used to manage the catalog objects to create templates and reports.
- Create a catalog object
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunicationCatalogs - Delete a catalog object
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunicationCatalogs/{ObjectId} - Get a catalog object
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunicationCatalogs/{ObjectId} - Get all catalog objects
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunicationCatalogs - Update a catalog object
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunicationCatalogs/{ObjectId}