POST api/Video/AddNewVideo

Request Information

URI Parameters

None.

Body Parameters

NewVideoRequstModel
NameDescriptionTypeAdditional information
ID

integer

None.

CategoryTypeID

integer

None.

FormatTypeID

integer

None.

Name

string

None.

Description

string

None.

Link

string

None.

Duration

string

None.

Size

string

None.

VideoCount

integer

None.

ImageCount

integer

None.

Price

decimal number

None.

InvoiceID

integer

None.

UserID

integer

None.

ConfirmVideoStatusTypeID

integer

None.

CancelReasonText

string

None.

SectionTypeID

integer

None.

IsMyLink

boolean

None.

Image

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CategoryTypeID": 2,
  "FormatTypeID": 3,
  "Name": "sample string 4",
  "Description": "sample string 5",
  "Link": "sample string 6",
  "Duration": "sample string 7",
  "Size": "sample string 8",
  "VideoCount": 9,
  "ImageCount": 10,
  "Price": 11.0,
  "InvoiceID": 12,
  "UserID": 13,
  "ConfirmVideoStatusTypeID": 14,
  "CancelReasonText": "sample string 15",
  "SectionTypeID": 16,
  "IsMyLink": true,
  "Image": "sample string 18"
}

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

Response Information

Resource Description

SVJsonResult
NameDescriptionTypeAdditional information
ContentEncoding

Encoding

None.

ContentType

string

None.

Data

Object

None.

JsonRequestBehavior

JsonRequestBehavior

None.

MaxJsonLength

integer

None.

RecursionLimit

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ContentEncoding": null,
  "ContentType": "sample string 1",
  "Data": {},
  "JsonRequestBehavior": 0,
  "MaxJsonLength": 1,
  "RecursionLimit": 1
}