POST api/ShortVideo/Post_ShortVideo

Request Information

URI Parameters

None.

Body Parameters

ShortVideoModel
NameDescriptionTypeAdditional information
ShortId

integer

None.

MovieId

integer

None.

Description

string

None.

ShortVideo

string

None.

ShortName

string

None.

Likes

integer

None.

Comments

integer

None.

ShortPoster

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ShortId": 1,
  "MovieId": 2,
  "Description": "sample string 3",
  "ShortVideo": "sample string 4",
  "ShortName": "sample string 5",
  "Likes": 6,
  "Comments": 7,
  "ShortPoster": "sample string 8"
}

application/xml, text/xml

Sample:
<ShortVideoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IOTT_API.Models">
  <Comments>7</Comments>
  <Description>sample string 3</Description>
  <Likes>6</Likes>
  <MovieId>2</MovieId>
  <ShortId>1</ShortId>
  <ShortName>sample string 5</ShortName>
  <ShortPoster>sample string 8</ShortPoster>
  <ShortVideo>sample string 4</ShortVideo>
</ShortVideoModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.