POST api/Students/SaveHelpVideoWatchedStatus

used to save the help videos watched status for registration

Request Information

URI Parameters

None.

Body Parameters

StudentHelpVideos
NameDescriptionTypeAdditional information
StudentID

Gets or sets the student id

integer

None.

IsVideoShown

Gets or sets the flag whether the video shown

boolean

None.

VideoUrl

Gets or sets the video url

string

None.

RegistrationId

Gets or sets the registrationId id

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:

Sample not available.

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>