POST api/general/application/ManageAppQualification
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"QualiID": 1,
"ApplicationCode": "sample string 2",
"ExaminationPassed": "sample string 3",
"PassingYear": 4,
"UniversityBoard": "sample string 5",
"PhysicsMarks": 1.0,
"ChemistryMarks": 1.0,
"LateralSem_1": 1.0,
"LateralSem_2": 1.0,
"LateralSem_3": 1.0,
"LateralSem_4": 1.0,
"LateralSem_5": 1.0,
"LateralSem_6": 1.0,
"MathMarks": 1.0,
"OtherSubjectName": "sample string 6",
"OtherSubjectMarks": 1.0,
"CGPA": 7.0,
"Percentage": 8.0,
"Grade": "sample string 9",
"StreamSubject": "sample string 10",
"TransDate": "2026-03-31T16:45:16.964404+05:30"
}
application/xml, text/xml
Sample:
<utblAppQualification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model"> <ApplicationCode>sample string 2</ApplicationCode> <CGPA>7</CGPA> <ChemistryMarks>1</ChemistryMarks> <ExaminationPassed>sample string 3</ExaminationPassed> <Grade>sample string 9</Grade> <LateralSem_1>1</LateralSem_1> <LateralSem_2>1</LateralSem_2> <LateralSem_3>1</LateralSem_3> <LateralSem_4>1</LateralSem_4> <LateralSem_5>1</LateralSem_5> <LateralSem_6>1</LateralSem_6> <MathMarks>1</MathMarks> <OtherSubjectMarks>1</OtherSubjectMarks> <OtherSubjectName>sample string 6</OtherSubjectName> <PassingYear>4</PassingYear> <Percentage>8</Percentage> <PhysicsMarks>1</PhysicsMarks> <QualiID>1</QualiID> <StreamSubject>sample string 10</StreamSubject> <TransDate>2026-03-31T16:45:16.964404+05:30</TransDate> <UniversityBoard>sample string 5</UniversityBoard> </utblAppQualification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>