HTTP Method & URL
POST <base-url>?Type=Comment&Version=1
<query parameters>
<query parameters>
Parameters
| Type | <required> Comment |
| Version | <required> API version# |
| UserId | <required> UserID of the user who is creating the comment |
| BookmarkId | <required> ID# of the bookmark for which this comment should be added |
| Description | <required> Description (the comment text) |
Description
Creates a new comment for a given bookmark.
Returns
HTTP Status Code: 201 (successfully created) or 400 (bad request)
HTTP Header: CommentId (Id# of the newly created comment)
HTTP Header: CommentId (Id# of the newly created comment)
Example Response
For a successful transaction, there is no XML response. For failed requests, the response is the standard XML error response as described in the API Summary section.