POST api/{version}/Students/SaveHelpVideoWatchedStatus

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

StudentHelpVideos
NameDescriptionTypeAdditional information
StudentID

integer

None.

IsVideoShown

boolean

None.

VideoUrl

string

None.

RegistrationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentID": 1,
  "IsVideoShown": true,
  "VideoUrl": "sample string 3",
  "RegistrationId": 4
}

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

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>