addCaseComment
Adds a comment to a case.
Parameters
Parameter | Type | Description |
---|---|---|
model | CommentModel | The data model to be passed to the $scope object.
The comment to add is passed in CommentModel.comment. or To add a comment that is subordinate to a previous comment, also provide the parent ID for the previous comment in CommentModel.parentId. |
callback | Function | Callback function to handle success or failure results from the request. |
Copyright © Cloud Software Group, Inc. All rights reserved.