POST api/consumer/v1/users/bookmarks

Save a bookmark

Request Information

URI Parameters

None

Body Parameters

The bookmark

BookmarkEditDto
NameDescriptionTypeAdditional information
EntityId

Id of the entity

integer

None

EntityType

Type of the entity

VisibilityEntityType

None

Request Formats

application/json, text/json

Sample:
{
  "EntityId": 1,
  "EntityType": 100
}

application/xml, text/xml

Sample:
<BookmarkEditDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Oryx.Web.Api.Models">
  <EntityId>1</EntityId>
  <EntityType>BusinessUnit</EntityType>
</BookmarkEditDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

200

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None

Content

HttpContent

None

StatusCode

HttpStatusCode

None

ReasonPhrase

string

None

Headers

Collection of Object

None

RequestMessage

HttpRequestMessage

None

IsSuccessStatusCode

boolean

None