POST api/UpdateTeachernew?teacherId={teacherId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| teacherId | integer |
Required |
Body Parameters
TeacherDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TeacherId | integer |
None. |
|
| TeacherFName | string |
None. |
|
| TeacherLName | string |
None. |
|
| TeacherEmail | string |
None. |
|
| TeacherPhone | string |
None. |
|
| TeacherImagePath | string |
None. |
|
| TeacherBioInfo | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"TeacherId": 1,
"TeacherFName": "sample string 2",
"TeacherLName": "sample string 3",
"TeacherEmail": "sample string 4",
"TeacherPhone": "sample string 5",
"TeacherImagePath": "sample string 6",
"TeacherBioInfo": "sample string 7",
"IsActive": 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.