POST api/Values/InsertMESteacherfeedback/{teacherid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
teacherid

string

Required

Body Parameters

Collection of MESFeedbackDetail
NameDescriptionTypeAdditional information
fdid

integer

None.

fqid

integer

None.

teacherid

string

None.

questiontext

string

None.

optionselected

string

None.

type

string

None.

createby

string

None.

createon

date

None.

updateby

string

None.

updateon

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "fdid": 1,
    "fqid": 1,
    "teacherid": "sample string 2",
    "questiontext": "sample string 3",
    "optionselected": "sample string 4",
    "type": "sample string 5",
    "createby": "sample string 6",
    "createon": "2025-12-11T19:46:54.1371604+05:30",
    "updateby": "sample string 7",
    "updateon": "2025-12-11T19:46:54.1371604+05:30"
  },
  {
    "fdid": 1,
    "fqid": 1,
    "teacherid": "sample string 2",
    "questiontext": "sample string 3",
    "optionselected": "sample string 4",
    "type": "sample string 5",
    "createby": "sample string 6",
    "createon": "2025-12-11T19:46:54.1371604+05:30",
    "updateby": "sample string 7",
    "updateon": "2025-12-11T19:46:54.1371604+05:30"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"