POST Book/CreateBookmark

Request Information

URI Parameters

None.

Body Parameters

CreateBookmarkType
NameDescriptionTypeAdditional information
ARBChapterID

integer

None.

SeekPosition

integer

None.

Notes

string

None.

UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ARBChapterID": 1,
  "SeekPosition": 2,
  "Notes": "sample string 3",
  "UserID": 4
}

application/xml, text/xml

Sample:
<CreateBookmarkType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMW.TalkingPages.WebApi">
  <ARBChapterID>1</ARBChapterID>
  <Notes>sample string 3</Notes>
  <SeekPosition>2</SeekPosition>
  <UserID>4</UserID>
</CreateBookmarkType>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CreateBookmarkType'.

Response Information

Resource Description

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.