Comment Setups REST Endpoints

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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommentSetups
Delete a comment setup
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommentSetups/{AgencyId}
Get a comment setup
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommentSetups/{AgencyId}
Get all comment setups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommentSetups
Update a comment setup
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommentSetups/{AgencyId}