POST api/Student/Update
Request Information
URI Parameters
None.
Body Parameters
Student| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StudentName | string |
None. |
|
| FatherName | string |
None. |
|
| MotherName | string |
None. |
|
| StContact | string |
None. |
|
| FContact | string |
None. |
|
| MContact | string |
None. |
|
| Address | string |
None. |
|
| DOB | date |
None. |
|
| DateOfRegister | date |
None. |
|
| WeakSubjects | string |
None. |
|
| Remarks | string |
None. |
|
| Enabled | boolean |
None. |
|
| Confirmed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"studentName": "sample string 2",
"fatherName": "sample string 3",
"motherName": "sample string 4",
"stContact": "sample string 5",
"fContact": "sample string 6",
"mContact": "sample string 7",
"address": "sample string 8",
"dob": "2026-02-12T01:00:25.9395754+00:00",
"dateOfRegister": "2026-02-12T01:00:25.9395754+00:00",
"weakSubjects": "sample string 11",
"remarks": "sample string 12",
"enabled": true,
"confirmed": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.