POST api/updateinterest

Request Information

URI Parameters

None.

Body Parameters

Interest
NameDescriptionTypeAdditional information
userid

string

None.

UserInterst

string

None.

date

string

None.

Ivc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userid": "sample string 1",
  "UserInterst": "sample string 2",
  "date": "sample string 3",
  "Ivc": "sample string 4"
}

application/xml, text/xml

Sample:
<Interest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Ivc>sample string 4</Ivc>
  <UserInterst>sample string 2</UserInterst>
  <date>sample string 3</date>
  <userid>sample string 1</userid>
</Interest>

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.