POST api/NewStudentAPI/SISNewStudentData
Documentation for 'SISNewStudentData'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| value | Documentation for 'value'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RollNo": "sample string 1",
"SectionNo": 2,
"StudentName": "sample string 3",
"StudentMobile": "sample string 4",
"FatherName": "sample string 5",
"MotherName": "sample string 6",
"DOB": "sample string 7",
"Sex": "sample string 8",
"CategoryNo": 9,
"AdmDate": "sample string 10",
"Hosteler": true,
"DegreeNo": 12,
"AdmBatch": 13,
"BranchNo": 14,
"Year": 15,
"SemesterNo": 16,
"PType": 17,
"StateNo": 18,
"CityNo": 19,
"CollegeCode": "sample string 20",
"RegNo": "sample string 21",
"IdTypeNo": 22,
"UAno": 23,
"IPAddress": "sample string 24",
"EmailId": "sample string 25",
"BloodGrpNo": 26,
"CollegeId": 27,
"Password": "sample string 28",
"AadhaarNo": "sample string 29",
"Transportation": 30,
"Score": 31.0,
"MeritNo": "sample string 32",
"ApplicationId": "sample string 33",
"Installment": 34,
"Scholarship": 35,
"StudentMobile2": "sample string 36",
"AdmRoundNo": 37,
"ParentMobile": "sample string 38",
"OrganizationId": 39,
"ScholarshipMode": 40,
"ScholarshipAmountPer": 41.0,
"Specialization": 42,
"UserNo": 43,
"HostelType": 44,
"ScholarshipType": 45,
"SessionId": 46,
"ReceiptCode": "sample string 47",
"ScholarshipId": "sample string 48",
"ScholarshipPercentage": "sample string 49"
}
application/xml, text/xml
Sample:
<StudentDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFCampus_WebAPI.Controllers"> <AadhaarNo>sample string 29</AadhaarNo> <AdmBatch>13</AdmBatch> <AdmDate>sample string 10</AdmDate> <AdmRoundNo>37</AdmRoundNo> <ApplicationId>sample string 33</ApplicationId> <BloodGrpNo>26</BloodGrpNo> <BranchNo>14</BranchNo> <CategoryNo>9</CategoryNo> <CityNo>19</CityNo> <CollegeCode>sample string 20</CollegeCode> <CollegeId>27</CollegeId> <DOB>sample string 7</DOB> <DegreeNo>12</DegreeNo> <EmailId>sample string 25</EmailId> <FatherName>sample string 5</FatherName> <HostelType>44</HostelType> <Hosteler>true</Hosteler> <IPAddress>sample string 24</IPAddress> <IdTypeNo>22</IdTypeNo> <Installment>34</Installment> <MeritNo>sample string 32</MeritNo> <MotherName>sample string 6</MotherName> <OrganizationId>39</OrganizationId> <PType>17</PType> <ParentMobile>sample string 38</ParentMobile> <Password>sample string 28</Password> <ReceiptCode>sample string 47</ReceiptCode> <RegNo>sample string 21</RegNo> <RollNo>sample string 1</RollNo> <Scholarship>35</Scholarship> <ScholarshipAmountPer>41</ScholarshipAmountPer> <ScholarshipId>sample string 48</ScholarshipId> <ScholarshipMode>40</ScholarshipMode> <ScholarshipPercentage>sample string 49</ScholarshipPercentage> <ScholarshipType>45</ScholarshipType> <Score>31</Score> <SectionNo>2</SectionNo> <SemesterNo>16</SemesterNo> <SessionId>46</SessionId> <Sex>sample string 8</Sex> <Specialization>42</Specialization> <StateNo>18</StateNo> <StudentMobile>sample string 4</StudentMobile> <StudentMobile2>sample string 36</StudentMobile2> <StudentName>sample string 3</StudentName> <Transportation>30</Transportation> <UAno>23</UAno> <UserNo>43</UserNo> <Year>15</Year> </StudentDetails>
application/x-www-form-urlencoded
Sample: