PUT api/Student/Update_Student?STD_ID={STD_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| STD_ID | integer |
Required |
Body Parameters
Student| Name | Description | Type | Additional information |
|---|---|---|---|
| STD_ID | integer |
None. |
|
| STD_SurName | string |
None. |
|
| STD_GivenName | string |
None. |
|
| STD_Nationality | string |
None. |
|
| STD_DOB | date |
None. |
|
| STD_Gender | boolean |
None. |
|
| STD_PassportNo | string |
None. |
|
| STD_SocialState | boolean |
None. |
|
| STD_PassportExDate | date |
None. |
|
| STD_Religion | string |
None. |
|
| STD_Language | string |
None. |
|
| STD_Eduction | string |
None. |
|
| STD_Email | string |
None. |
|
| STD_Phone | string |
None. |
|
| STD_WhatsAppNo | string |
None. |
|
| STD_PlaceOfBirth | string |
None. |
|
| STD_Occupation | string |
None. |
|
| STD_Address | string |
None. |
|
| STD_InChinaNow | boolean |
None. |
|
| STD_StudyInChine | boolean |
None. |
|
| STD_USR_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"STD_ID": 1,
"STD_SurName": "sample string 2",
"STD_GivenName": "sample string 3",
"STD_Nationality": "sample string 4",
"STD_DOB": "2025-11-05",
"STD_Gender": true,
"STD_PassportNo": "sample string 7",
"STD_SocialState": true,
"STD_PassportExDate": "2025-11-05",
"STD_Religion": "sample string 10",
"STD_Language": "sample string 11",
"STD_Eduction": "sample string 12",
"STD_Email": "sample string 13",
"STD_Phone": "sample string 14",
"STD_WhatsAppNo": "sample string 15",
"STD_PlaceOfBirth": "sample string 16",
"STD_Occupation": "sample string 17",
"STD_Address": "sample string 18",
"STD_InChinaNow": true,
"STD_StudyInChine": true,
"STD_USR_ID": 21
}
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. |