POST api/Elearning/SaveELearnEmployeeComments

Request Information

URI Parameters

None.

Body Parameters

tblELearnEmployeeComments
NameDescriptionTypeAdditional information
LinkViewsId

string

None.

CommentStatus

string

None.

EmployeeComments

string

None.

StudentResult

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LinkViewsId": "sample string 1",
  "CommentStatus": "sample string 2",
  "EmployeeComments": "sample string 3",
  "StudentResult": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}