PUT api/StudentProfile/{profileId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| profileId | integer |
Required |
Body Parameters
StudentProfileUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileID | integer |
None. |
|
| FK_InstituteID | integer |
None. |
|
| FK_ProfileTypeID | integer |
None. |
|
| FK_SiblingProfileID | integer |
None. |
|
| EnrollmentNo | string |
None. |
|
| AdmissionNo | string |
None. |
|
| PENNumber | string |
None. |
|
| ApaarID | string |
None. |
|
| Name | string |
None. |
|
| DateOfBirth | date |
None. |
|
| AdmissionDate | date |
None. |
|
| AADHAARCardNo | string |
None. |
|
| PlaceOfBirth | string |
None. |
|
| FK_CategoryID | integer |
None. |
|
| FK_CasteID | integer |
None. |
|
| FK_ReligionID | integer |
None. |
|
| FK_BloodGroupID | integer |
None. |
|
| FK_GenderID | integer |
None. |
|
| FK_NationalityID | integer |
None. |
|
| MotherTongue | string |
None. |
|
| FatherName | string |
None. |
|
| FatherOccupation | string |
None. |
|
| FatherEducation | string |
None. |
|
| FatherIncome | decimal number |
None. |
|
| AADHAARCardNo_Father | string |
None. |
|
| FatherMobileNo | string |
None. |
|
| FatherWhatsAppNo | string |
None. |
|
| FatherAlternateMobileNo | string |
None. |
|
| FatherAlternateWhatsappNo | string |
None. |
|
| MotherName | string |
None. |
|
| MotherOccupation | string |
None. |
|
| MotherEducation | string |
None. |
|
| MotherIncome | decimal number |
None. |
|
| AADHAARCardNo_Mother | string |
None. |
|
| MotherMobileNo | string |
None. |
|
| MotherWhatsAppNo | string |
None. |
|
| MotherAlternateMobileNo | string |
None. |
|
| MotherAlternateWhatsappNo | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| District | string |
None. |
|
| FK_StateID | integer |
None. |
|
| PinCode | string |
None. |
|
| EmailID | string |
None. |
|
| ProfileImagePath | string |
None. |
|
| ProfileImageContentType | string |
None. |
|
| OneSignalTokenID | string |
None. |
|
| IsActive | boolean |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProfileID": 1,
"FK_InstituteID": 2,
"FK_ProfileTypeID": 3,
"FK_SiblingProfileID": 1,
"EnrollmentNo": "sample string 4",
"AdmissionNo": "sample string 5",
"PENNumber": "sample string 6",
"ApaarID": "sample string 7",
"Name": "sample string 8",
"DateOfBirth": "2026-05-27T08:02:07.5787534-07:00",
"AdmissionDate": "2026-05-27T08:02:07.5787534-07:00",
"AADHAARCardNo": "sample string 11",
"PlaceOfBirth": "sample string 12",
"FK_CategoryID": 1,
"FK_CasteID": 1,
"FK_ReligionID": 1,
"FK_BloodGroupID": 1,
"FK_GenderID": 1,
"FK_NationalityID": 1,
"MotherTongue": "sample string 13",
"FatherName": "sample string 14",
"FatherOccupation": "sample string 15",
"FatherEducation": "sample string 16",
"FatherIncome": 1.0,
"AADHAARCardNo_Father": "sample string 17",
"FatherMobileNo": "sample string 18",
"FatherWhatsAppNo": "sample string 19",
"FatherAlternateMobileNo": "sample string 20",
"FatherAlternateWhatsappNo": "sample string 21",
"MotherName": "sample string 22",
"MotherOccupation": "sample string 23",
"MotherEducation": "sample string 24",
"MotherIncome": 1.0,
"AADHAARCardNo_Mother": "sample string 25",
"MotherMobileNo": "sample string 26",
"MotherWhatsAppNo": "sample string 27",
"MotherAlternateMobileNo": "sample string 28",
"MotherAlternateWhatsappNo": "sample string 29",
"Address": "sample string 30",
"City": "sample string 31",
"District": "sample string 32",
"FK_StateID": 1,
"PinCode": "sample string 33",
"EmailID": "sample string 34",
"ProfileImagePath": "sample string 35",
"ProfileImageContentType": "sample string 36",
"OneSignalTokenID": "sample string 37",
"IsActive": true,
"ModifiedBy": "sample string 39",
"ModifiedDate": "2026-05-27T08:02:07.5787534-07:00"
}
text/html
Sample:
{"ProfileID":1,"FK_InstituteID":2,"FK_ProfileTypeID":3,"FK_SiblingProfileID":1,"EnrollmentNo":"sample string 4","AdmissionNo":"sample string 5","PENNumber":"sample string 6","ApaarID":"sample string 7","Name":"sample string 8","DateOfBirth":"2026-05-27T08:02:07.5787534-07:00","AdmissionDate":"2026-05-27T08:02:07.5787534-07:00","AADHAARCardNo":"sample string 11","PlaceOfBirth":"sample string 12","FK_CategoryID":1,"FK_CasteID":1,"FK_ReligionID":1,"FK_BloodGroupID":1,"FK_GenderID":1,"FK_NationalityID":1,"MotherTongue":"sample string 13","FatherName":"sample string 14","FatherOccupation":"sample string 15","FatherEducation":"sample string 16","FatherIncome":1.0,"AADHAARCardNo_Father":"sample string 17","FatherMobileNo":"sample string 18","FatherWhatsAppNo":"sample string 19","FatherAlternateMobileNo":"sample string 20","FatherAlternateWhatsappNo":"sample string 21","MotherName":"sample string 22","MotherOccupation":"sample string 23","MotherEducation":"sample string 24","MotherIncome":1.0,"AADHAARCardNo_Mother":"sample string 25","MotherMobileNo":"sample string 26","MotherWhatsAppNo":"sample string 27","MotherAlternateMobileNo":"sample string 28","MotherAlternateWhatsappNo":"sample string 29","Address":"sample string 30","City":"sample string 31","District":"sample string 32","FK_StateID":1,"PinCode":"sample string 33","EmailID":"sample string 34","ProfileImagePath":"sample string 35","ProfileImageContentType":"sample string 36","OneSignalTokenID":"sample string 37","IsActive":true,"ModifiedBy":"sample string 39","ModifiedDate":"2026-05-27T08:02:07.5787534-07:00"}
application/xml, text/xml
Sample:
<StudentProfileUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EduStudio360API.Models"> <AADHAARCardNo>sample string 11</AADHAARCardNo> <AADHAARCardNo_Father>sample string 17</AADHAARCardNo_Father> <AADHAARCardNo_Mother>sample string 25</AADHAARCardNo_Mother> <Address>sample string 30</Address> <AdmissionDate>2026-05-27T08:02:07.5787534-07:00</AdmissionDate> <AdmissionNo>sample string 5</AdmissionNo> <ApaarID>sample string 7</ApaarID> <City>sample string 31</City> <DateOfBirth>2026-05-27T08:02:07.5787534-07:00</DateOfBirth> <District>sample string 32</District> <EmailID>sample string 34</EmailID> <EnrollmentNo>sample string 4</EnrollmentNo> <FK_BloodGroupID>1</FK_BloodGroupID> <FK_CasteID>1</FK_CasteID> <FK_CategoryID>1</FK_CategoryID> <FK_GenderID>1</FK_GenderID> <FK_InstituteID>2</FK_InstituteID> <FK_NationalityID>1</FK_NationalityID> <FK_ProfileTypeID>3</FK_ProfileTypeID> <FK_ReligionID>1</FK_ReligionID> <FK_SiblingProfileID>1</FK_SiblingProfileID> <FK_StateID>1</FK_StateID> <FatherAlternateMobileNo>sample string 20</FatherAlternateMobileNo> <FatherAlternateWhatsappNo>sample string 21</FatherAlternateWhatsappNo> <FatherEducation>sample string 16</FatherEducation> <FatherIncome>1</FatherIncome> <FatherMobileNo>sample string 18</FatherMobileNo> <FatherName>sample string 14</FatherName> <FatherOccupation>sample string 15</FatherOccupation> <FatherWhatsAppNo>sample string 19</FatherWhatsAppNo> <IsActive>true</IsActive> <ModifiedBy>sample string 39</ModifiedBy> <ModifiedDate>2026-05-27T08:02:07.5787534-07:00</ModifiedDate> <MotherAlternateMobileNo>sample string 28</MotherAlternateMobileNo> <MotherAlternateWhatsappNo>sample string 29</MotherAlternateWhatsappNo> <MotherEducation>sample string 24</MotherEducation> <MotherIncome>1</MotherIncome> <MotherMobileNo>sample string 26</MotherMobileNo> <MotherName>sample string 22</MotherName> <MotherOccupation>sample string 23</MotherOccupation> <MotherTongue>sample string 13</MotherTongue> <MotherWhatsAppNo>sample string 27</MotherWhatsAppNo> <Name>sample string 8</Name> <OneSignalTokenID>sample string 37</OneSignalTokenID> <PENNumber>sample string 6</PENNumber> <PinCode>sample string 33</PinCode> <PlaceOfBirth>sample string 12</PlaceOfBirth> <ProfileID>1</ProfileID> <ProfileImageContentType>sample string 36</ProfileImageContentType> <ProfileImagePath>sample string 35</ProfileImagePath> </StudentProfileUpdateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.