Review Summary Comments REST Endpoints
Shared Services/Review Summary Comments
The review summary comments resource is used to maintain the review comments of the pre-application.
- Create a set of review summary comments
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorReviewSummaryComments - Delete a review summary comment
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorReviewSummaryComments/{publicSectorReviewSummaryCommentsUniqID} - Get a review summary comment
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorReviewSummaryComments/{publicSectorReviewSummaryCommentsUniqID} - Get all review summary comments
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorReviewSummaryComments - Update a review summary comment
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorReviewSummaryComments/{publicSectorReviewSummaryCommentsUniqID}