POST api/FeedBack/FeedBackEntryForAll
Request Information
URI Parameters
None.
Body Parameters
DataPost| Name | Description | Type | Additional information |
|---|---|---|---|
| master | admin_WebFeedBackData |
None. |
|
| QuestionAnsList | Collection of admin_WebFeedBackDataQuestionAnswer |
None. |
Request Formats
application/json, text/json
Sample:
{
"master": {
"id": 1,
"clgid": 1,
"feedBackMasterID": 1,
"name": "sample string 2",
"parentName": "sample string 3",
"relationWithStudent": "sample string 4",
"mobileNo": "sample string 5",
"registerNumber": "sample string 6",
"studentEmailID": "sample string 7",
"progID": 1,
"semesterID": 1,
"acdID": 1,
"alumniYearofGraduation": "sample string 8",
"currentAddress": "sample string 9",
"alumniDesigation": "sample string 10",
"feedBackSubject": "sample string 11",
"alumniCompanyNameAddress": "sample string 12",
"alumniEmployerNameAddress": "sample string 13",
"courseName": "sample string 14",
"courseFacultyName": "sample string 15",
"remarks": "sample string 16",
"photoUrl": "sample string 17",
"classRollNo": "sample string 18",
"edate": "2025-12-05T15:34:52.3986656+05:30",
"admin_WebFeedBackDataQuestionAnswer": [
{
"id": 1,
"clgid": 1,
"feedBackDataID": 1,
"feedBackMasterID": 1,
"feedBackQuestionID": 1,
"feedBackOptionID": 1,
"edate": "2025-12-05T15:34:52.4003215+05:30"
},
{
"id": 1,
"clgid": 1,
"feedBackDataID": 1,
"feedBackMasterID": 1,
"feedBackQuestionID": 1,
"feedBackOptionID": 1,
"edate": "2025-12-05T15:34:52.4003215+05:30"
}
]
},
"questionAnsList": [
{
"id": 1,
"clgid": 1,
"feedBackDataID": 1,
"feedBackMasterID": 1,
"feedBackQuestionID": 1,
"feedBackOptionID": 1,
"edate": "2025-12-05T15:34:52.4003215+05:30",
"admin_WebFeedBackData": {
"id": 1,
"clgid": 1,
"feedBackMasterID": 1,
"name": "sample string 2",
"parentName": "sample string 3",
"relationWithStudent": "sample string 4",
"mobileNo": "sample string 5",
"registerNumber": "sample string 6",
"studentEmailID": "sample string 7",
"progID": 1,
"semesterID": 1,
"acdID": 1,
"alumniYearofGraduation": "sample string 8",
"currentAddress": "sample string 9",
"alumniDesigation": "sample string 10",
"feedBackSubject": "sample string 11",
"alumniCompanyNameAddress": "sample string 12",
"alumniEmployerNameAddress": "sample string 13",
"courseName": "sample string 14",
"courseFacultyName": "sample string 15",
"remarks": "sample string 16",
"photoUrl": "sample string 17",
"classRollNo": "sample string 18",
"edate": "2025-12-05T15:34:52.3986656+05:30",
"admin_WebFeedBackDataQuestionAnswer": []
}
},
{
"id": 1,
"clgid": 1,
"feedBackDataID": 1,
"feedBackMasterID": 1,
"feedBackQuestionID": 1,
"feedBackOptionID": 1,
"edate": "2025-12-05T15:34:52.4003215+05:30",
"admin_WebFeedBackData": {
"id": 1,
"clgid": 1,
"feedBackMasterID": 1,
"name": "sample string 2",
"parentName": "sample string 3",
"relationWithStudent": "sample string 4",
"mobileNo": "sample string 5",
"registerNumber": "sample string 6",
"studentEmailID": "sample string 7",
"progID": 1,
"semesterID": 1,
"acdID": 1,
"alumniYearofGraduation": "sample string 8",
"currentAddress": "sample string 9",
"alumniDesigation": "sample string 10",
"feedBackSubject": "sample string 11",
"alumniCompanyNameAddress": "sample string 12",
"alumniEmployerNameAddress": "sample string 13",
"courseName": "sample string 14",
"courseFacultyName": "sample string 15",
"remarks": "sample string 16",
"photoUrl": "sample string 17",
"classRollNo": "sample string 18",
"edate": "2025-12-05T15:34:52.3986656+05:30",
"admin_WebFeedBackDataQuestionAnswer": []
}
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |