HTTP Method & URL
POST <base-url>?Type=Bookmark&Version=1
<query parameters>
<query parameters>
Parameters
| Type | <required> Bookmark |
| Version | <required> API version# |
| UserId | <required> UserID of the user who is creating the bookmark |
| Url | <required> URL of the bookmark |
| Title | <required> Title of the bookmark |
| Tags | <required> List of tags separated by commas |
| Description | <optional> Description |
| CommunityType | <optional> Should be one of the following values:
. company - Company group ("Share with All") *Default value |
| CommunityId | ID of the group to which you want to attach this bookmark. |
Description
Creates a new bookmark.
Returns
HTTP Status Code: 201 (successfully created) or 400 (bad request)
HTTP Header: BookmarkId
HTTP Header: BookmarkId
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.