Comments REST Endpoints

Comments
The comments resource provides information about user comments associated with an object.
Create an associated comment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedComments
Delete an associated comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedComments/{CommentId}
Get all associated comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedComments
Get an associated comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedComments/{CommentId}
Update an associated comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedComments/{CommentId}