Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

PostNewDiscussion

Add a new comment/discussion to the External Item

Inputs

Parameter

Details

parameters

  • C++: const char*
  • C#: string

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.

Learn More