Prev | Next |
PostNewDiscussion
Add a new comment/discussion to the External Item
Inputs
Parameter |
Details |
---|---|
parameters |
A JSON string of parameters, including details of the new comment to be added. |
Outputs via Callbacks
[Optional] LogMessage or SetError - to provide user feedback.
Details
This method receives a request to create a new discussion/comment in the External Item. The input parameters string contains information about the comment to create, including:
- "itemID" - the ID of the item to be updated
- "author"
- "comment"
- [optional] parentID - the ID of the parent comment when using threaded comments; this is the ID that was passed back in GetItemDiscussion.