POST api/Student/UpdateStudent-----old
Request Information
URI Parameters
None.
Body Parameters
studentsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Name_of_last_school | string |
None. |
|
| Admission_test_marks | decimal number |
None. |
|
| Remarks | string |
None. |
|
| Profile_Image | string |
None. |
|
| Mobile_No | string |
None. |
|
| Current_School_College_for_Coaching | string |
None. |
|
| Date_Of_joining | date |
None. |
|
| Admission_fee | integer |
None. |
|
| Monthly_fee | integer |
None. |
|
| addedOn | date |
None. |
|
| Name | string |
None. |
|
| DateOfBirth | date |
None. |
|
| PlaceOfBirth | string |
None. |
|
| Language | string |
None. |
|
| Relegious | string |
None. |
|
| Nationality | string |
None. |
|
| Gender | string |
None. |
|
| medicalCondition | string |
None. |
|
| parentId | integer |
None. |
|
| recordInsetedTeacherId | integer |
None. |
|
| address | string |
None. |
|
| admissionClassId | integer |
None. |
|
| typeId | integer |
None. |
|
| section | string |
None. |
|
| sectionId | integer |
None. |
|
| isActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name_of_last_school": "sample string 2",
"admission_test_marks": 3.1,
"remarks": "sample string 4",
"profile_Image": "sample string 5",
"mobile_No": "sample string 6",
"current_School_College_for_Coaching": "sample string 7",
"date_Of_joining": "2026-06-22T02:26:28.9280459-07:00",
"admission_fee": 9,
"monthly_fee": 10,
"addedOn": "2026-06-22T02:26:28.9280459-07:00",
"name": "sample string 12",
"dateOfBirth": "2026-06-22T02:26:28.9280459-07:00",
"placeOfBirth": "sample string 14",
"language": "sample string 15",
"relegious": "sample string 16",
"nationality": "sample string 17",
"gender": "sample string 18",
"medicalCondition": "sample string 19",
"parentId": 20,
"recordInsetedTeacherId": 21,
"address": "sample string 22",
"admissionClassId": 23,
"typeId": 24,
"section": "sample string 25",
"sectionId": 26,
"isActive": true
}
application/xml, text/xml
Sample:
<studentsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <Admission_fee>9</Admission_fee> <Admission_test_marks>3.1</Admission_test_marks> <Current_School_College_for_Coaching>sample string 7</Current_School_College_for_Coaching> <DateOfBirth>2026-06-22T02:26:28.9280459-07:00</DateOfBirth> <Date_Of_joining>2026-06-22T02:26:28.9280459-07:00</Date_Of_joining> <Gender>sample string 18</Gender> <Language>sample string 15</Language> <Mobile_No>sample string 6</Mobile_No> <Monthly_fee>10</Monthly_fee> <Name>sample string 12</Name> <Name_of_last_school>sample string 2</Name_of_last_school> <Nationality>sample string 17</Nationality> <PlaceOfBirth>sample string 14</PlaceOfBirth> <Profile_Image>sample string 5</Profile_Image> <Relegious>sample string 16</Relegious> <Remarks>sample string 4</Remarks> <addedOn>2026-06-22T02:26:28.9280459-07:00</addedOn> <address>sample string 22</address> <admissionClassId>23</admissionClassId> <id>1</id> <isActive>true</isActive> <medicalCondition>sample string 19</medicalCondition> <parentId>20</parentId> <recordInsetedTeacherId>21</recordInsetedTeacherId> <section>sample string 25</section> <sectionId>26</sectionId> <typeId>24</typeId> </studentsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| statusCode | integer |
None. |
|
| status | boolean |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
|
| ErrorCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"status": true,
"message": "sample string 3",
"data": {},
"errorCode": 5
}
application/xml, text/xml
Sample:
<ApiResponseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <ErrorCode>5</ErrorCode> <data /> <message>sample string 3</message> <status>true</status> <statusCode>1</statusCode> </ApiResponseResult>