Comment Setups REST Endpoints
Common Setup/Comment Setups
The comment setup resource is used to view, create, or modify a comment setup. An agency requires to define a comment setup.
- Create a comment setup
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentSetups
- Delete a comment setup
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentSetups/{AgencyId}
- Get a comment setup
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentSetups/{AgencyId}
- Get all comment setups
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentSetups
- Update a comment setup
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentSetups/{AgencyId}