POST v1/Bookmark/AddToCollection

Request Information

URI Parameters

None.

Body Parameters

UserBookmarksCollection
NameDescriptionTypeAdditional information
BookmarksCollectionsId

integer

None.

BookmarkId

integer

None.

CollectionId

integer

None.

DocumentId

string

None.

UserName

string

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BookmarksCollectionsId": 1,
  "BookmarkId": 2,
  "CollectionId": 3,
  "DocumentId": "sample string 4",
  "UserName": "sample string 5",
  "UserId": 6
}

application/xml, text/xml

Sample:
<UserBookmarksCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bondi.Repository.Models">
  <BookmarkId>2</BookmarkId>
  <BookmarksCollectionsId>1</BookmarksCollectionsId>
  <CollectionId>3</CollectionId>
  <DocumentId>sample string 4</DocumentId>
  <UserId>6</UserId>
  <UserName>sample string 5</UserName>
</UserBookmarksCollection>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.