POST api/submit_streaming_video_likes

Request Information

URI Parameters

None.

Body Parameters

SVLikeRequest
NameDescriptionTypeAdditional information
emp_login_id

string

None.

streaming_video_id

integer

None.

streaming_video_like

string

None.

Request Formats

application/json, text/json

Sample:
{
  "emp_login_id": "sample string 1",
  "streaming_video_id": 2,
  "streaming_video_like": "sample string 3"
}

application/xml, text/xml

Sample:
<SVLikeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dbAfficeHr.Models">
  <emp_login_id>sample string 1</emp_login_id>
  <streaming_video_id>2</streaming_video_id>
  <streaming_video_like>sample string 3</streaming_video_like>
</SVLikeRequest>

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 'SVLikeRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.