Contractor Comments REST Endpoints

Trade License Management/Contractor Comments
The contractor comments resource is used to view, create, delete, or modify contractor license comments.
Create a set of contractor license comments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorComments
Delete a contractor license comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorComments/{LicenseCommentKey}
Get a contractor license comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorComments/{LicenseCommentKey}
Get all contractor license comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorComments
Update a contractor license comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorContractorComments/{LicenseCommentKey}