POST api/FeedBack/FeedBackEntryForAll
Request Information
URI Parameters
None.
Body Parameters
DataPostName | 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-08-03T05:21:10.9277681+05:30", "admin_WebFeedBackDataQuestionAnswer": [ { "id": 1, "clgid": 1, "feedBackDataID": 1, "feedBackMasterID": 1, "feedBackQuestionID": 1, "feedBackOptionID": 1, "edate": "2025-08-03T05:21:10.9297831+05:30" }, { "id": 1, "clgid": 1, "feedBackDataID": 1, "feedBackMasterID": 1, "feedBackQuestionID": 1, "feedBackOptionID": 1, "edate": "2025-08-03T05:21:10.9297831+05:30" } ] }, "questionAnsList": [ { "id": 1, "clgid": 1, "feedBackDataID": 1, "feedBackMasterID": 1, "feedBackQuestionID": 1, "feedBackOptionID": 1, "edate": "2025-08-03T05:21:10.9297831+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-08-03T05:21:10.9277681+05:30", "admin_WebFeedBackDataQuestionAnswer": [] } }, { "id": 1, "clgid": 1, "feedBackDataID": 1, "feedBackMasterID": 1, "feedBackQuestionID": 1, "feedBackOptionID": 1, "edate": "2025-08-03T05:21:10.9297831+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-08-03T05:21:10.9277681+05:30", "admin_WebFeedBackDataQuestionAnswer": [] } } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |