POST api/watchlist/updatewatchlist

Request Information

URI Parameters

None.

Body Parameters

WatchlistModel
NameDescriptionTypeAdditional information
Id

integer

None.

WatchlistName

string

None.

UserId

integer

None.

SeqNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "WatchlistName": "sample string 2",
  "UserId": 3,
  "SeqNo": 4
}

application/xml, text/xml

Sample:
<Api.WatchlistModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeyGroupAPI.Models">
  <Id>1</Id>
  <SeqNo>4</SeqNo>
  <UserId>3</UserId>
  <WatchlistName>sample string 2</WatchlistName>
</Api.WatchlistModel>

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.