POST api/StudentProfile

Request Information

URI Parameters

None.

Body Parameters

StudentProfileAddRequest
NameDescriptionTypeAdditional information
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.

UserName

string

None.

UserPassword

string

None.

PasswordSalt

string

None.

DateOfBirth

date

None.

AdmissionDate

date

None.

AADHAARCardNo

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.

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.

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.

CreatedBy

string

None.

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "FK_InstituteID": 1,
  "FK_ProfileTypeID": 2,
  "FK_SiblingProfileID": 1,
  "EnrollmentNo": "sample string 3",
  "AdmissionNo": "sample string 4",
  "PENNumber": "sample string 5",
  "ApaarID": "sample string 6",
  "Name": "sample string 7",
  "UserName": "sample string 8",
  "UserPassword": "sample string 9",
  "PasswordSalt": "sample string 10",
  "DateOfBirth": "2026-05-27T07:59:10.8344399-07:00",
  "AdmissionDate": "2026-05-27T07:59:10.8344399-07:00",
  "AADHAARCardNo": "sample string 13",
  "FK_CategoryID": 1,
  "FK_CasteID": 1,
  "FK_ReligionID": 1,
  "FK_BloodGroupID": 1,
  "FK_GenderID": 1,
  "FK_NationalityID": 1,
  "MotherTongue": "sample string 14",
  "FatherName": "sample string 15",
  "FatherOccupation": "sample string 16",
  "FatherEducation": "sample string 17",
  "AADHAARCardNo_Father": "sample string 18",
  "FatherMobileNo": "sample string 19",
  "FatherWhatsAppNo": "sample string 20",
  "FatherAlternateMobileNo": "sample string 21",
  "FatherAlternateWhatsappNo": "sample string 22",
  "MotherName": "sample string 23",
  "MotherOccupation": "sample string 24",
  "MotherEducation": "sample string 25",
  "AADHAARCardNo_Mother": "sample string 26",
  "MotherMobileNo": "sample string 27",
  "MotherWhatsAppNo": "sample string 28",
  "MotherAlternateMobileNo": "sample string 29",
  "MotherAlternateWhatsappNo": "sample string 30",
  "Address": "sample string 31",
  "City": "sample string 32",
  "District": "sample string 33",
  "FK_StateID": 1,
  "PinCode": "sample string 34",
  "EmailID": "sample string 35",
  "ProfileImagePath": "sample string 36",
  "ProfileImageContentType": "sample string 37",
  "OneSignalTokenID": "sample string 38",
  "IsActive": true,
  "CreatedBy": "sample string 40",
  "CreatedDate": "2026-05-27T07:59:10.8344399-07:00"
}

text/html

Sample:
{"FK_InstituteID":1,"FK_ProfileTypeID":2,"FK_SiblingProfileID":1,"EnrollmentNo":"sample string 3","AdmissionNo":"sample string 4","PENNumber":"sample string 5","ApaarID":"sample string 6","Name":"sample string 7","UserName":"sample string 8","UserPassword":"sample string 9","PasswordSalt":"sample string 10","DateOfBirth":"2026-05-27T07:59:10.8344399-07:00","AdmissionDate":"2026-05-27T07:59:10.8344399-07:00","AADHAARCardNo":"sample string 13","FK_CategoryID":1,"FK_CasteID":1,"FK_ReligionID":1,"FK_BloodGroupID":1,"FK_GenderID":1,"FK_NationalityID":1,"MotherTongue":"sample string 14","FatherName":"sample string 15","FatherOccupation":"sample string 16","FatherEducation":"sample string 17","AADHAARCardNo_Father":"sample string 18","FatherMobileNo":"sample string 19","FatherWhatsAppNo":"sample string 20","FatherAlternateMobileNo":"sample string 21","FatherAlternateWhatsappNo":"sample string 22","MotherName":"sample string 23","MotherOccupation":"sample string 24","MotherEducation":"sample string 25","AADHAARCardNo_Mother":"sample string 26","MotherMobileNo":"sample string 27","MotherWhatsAppNo":"sample string 28","MotherAlternateMobileNo":"sample string 29","MotherAlternateWhatsappNo":"sample string 30","Address":"sample string 31","City":"sample string 32","District":"sample string 33","FK_StateID":1,"PinCode":"sample string 34","EmailID":"sample string 35","ProfileImagePath":"sample string 36","ProfileImageContentType":"sample string 37","OneSignalTokenID":"sample string 38","IsActive":true,"CreatedBy":"sample string 40","CreatedDate":"2026-05-27T07:59:10.8344399-07:00"}

application/xml, text/xml

Sample:
<StudentProfileAddRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EduStudio360API.Models">
  <AADHAARCardNo>sample string 13</AADHAARCardNo>
  <AADHAARCardNo_Father>sample string 18</AADHAARCardNo_Father>
  <AADHAARCardNo_Mother>sample string 26</AADHAARCardNo_Mother>
  <Address>sample string 31</Address>
  <AdmissionDate>2026-05-27T07:59:10.8344399-07:00</AdmissionDate>
  <AdmissionNo>sample string 4</AdmissionNo>
  <ApaarID>sample string 6</ApaarID>
  <City>sample string 32</City>
  <CreatedBy>sample string 40</CreatedBy>
  <CreatedDate>2026-05-27T07:59:10.8344399-07:00</CreatedDate>
  <DateOfBirth>2026-05-27T07:59:10.8344399-07:00</DateOfBirth>
  <District>sample string 33</District>
  <EmailID>sample string 35</EmailID>
  <EnrollmentNo>sample string 3</EnrollmentNo>
  <FK_BloodGroupID>1</FK_BloodGroupID>
  <FK_CasteID>1</FK_CasteID>
  <FK_CategoryID>1</FK_CategoryID>
  <FK_GenderID>1</FK_GenderID>
  <FK_InstituteID>1</FK_InstituteID>
  <FK_NationalityID>1</FK_NationalityID>
  <FK_ProfileTypeID>2</FK_ProfileTypeID>
  <FK_ReligionID>1</FK_ReligionID>
  <FK_SiblingProfileID>1</FK_SiblingProfileID>
  <FK_StateID>1</FK_StateID>
  <FatherAlternateMobileNo>sample string 21</FatherAlternateMobileNo>
  <FatherAlternateWhatsappNo>sample string 22</FatherAlternateWhatsappNo>
  <FatherEducation>sample string 17</FatherEducation>
  <FatherMobileNo>sample string 19</FatherMobileNo>
  <FatherName>sample string 15</FatherName>
  <FatherOccupation>sample string 16</FatherOccupation>
  <FatherWhatsAppNo>sample string 20</FatherWhatsAppNo>
  <IsActive>true</IsActive>
  <MotherAlternateMobileNo>sample string 29</MotherAlternateMobileNo>
  <MotherAlternateWhatsappNo>sample string 30</MotherAlternateWhatsappNo>
  <MotherEducation>sample string 25</MotherEducation>
  <MotherMobileNo>sample string 27</MotherMobileNo>
  <MotherName>sample string 23</MotherName>
  <MotherOccupation>sample string 24</MotherOccupation>
  <MotherTongue>sample string 14</MotherTongue>
  <MotherWhatsAppNo>sample string 28</MotherWhatsAppNo>
  <Name>sample string 7</Name>
  <OneSignalTokenID>sample string 38</OneSignalTokenID>
  <PENNumber>sample string 5</PENNumber>
  <PasswordSalt>sample string 10</PasswordSalt>
  <PinCode>sample string 34</PinCode>
  <ProfileImageContentType>sample string 37</ProfileImageContentType>
  <ProfileImagePath>sample string 36</ProfileImagePath>
  <UserName>sample string 8</UserName>
  <UserPassword>sample string 9</UserPassword>
</StudentProfileAddRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.