POST api/CandidateDetail/GetPopupData

Request Information

URI Parameters

None.

Body Parameters

CandidateDetailModel
NameDescriptionTypeAdditional information
CandidateDetail_ID

integer

None.

Student_id

integer

None.

Enquiry_ID

integer

None.

EnquiryNo

string

None.

AdmissionClass_id

integer

None.

LastPassClass_ID

integer

None.

FirstName

string

None.

MiddleName

string

None.

Lastname

string

None.

DOB

date

None.

Email

string

None.

StudentType_ID

integer

None.

ContactMobileNo

string

None.

HomePhone

string

None.

Gender_id

integer

None.

Nationality

string

None.

hasSibiling

boolean

None.

SiblingAdmNumber_ID

integer

None.

Address1

string

None.

Address2

string

None.

City_ID

integer

None.

State_ID

integer

None.

Country_ID

integer

None.

PinCode

string

None.

Landmark

string

None.

DistanceFromSchool

string

None.

Caste_ID

integer

None.

Religon_ID

integer

None.

FatheFirstName

string

None.

FatherMiddleName

string

None.

FatherLasttName

string

None.

FatherQualificaiton_ID

integer

None.

FatherQualificaitonText

string

None.

FatherOccupation

string

None.

FatherOfficeAddres

string

None.

FatherOrgnisation

string

None.

FatherDesignation

string

None.

MotherFirstName

string

None.

MotherMiddleName

string

None.

MotherLasttName

string

None.

MotherQualificaiton_Id

integer

None.

MotherQualificaitonText

string

None.

MotherOccupation

string

None.

MotherOfficeAddres

string

None.

MotherOrgnisation

string

None.

MotherDesignation

string

None.

CurrentSchool

string

None.

CurrentSchoolCity

string

None.

IsGovtTransfer

string

None.

Remarks

string

None.

SubjectId

integer

None.

PageNo

integer

None.

PageSize

integer

None.

SortOrder

string

None.

SortColumn

string

None.

RowCount

integer

None.

SearchValue

string

None.

MotherPhoneNumber

string

None.

FatherPhoneNumber

string

None.

MaxRows

integer

None.

ApplicationNo

string

None.

Area_Id

integer

None.

AadharNo

string

None.

CommunicationMode

integer

None.

CreatedDate

date

None.

CreatedBy_ID

integer

None.

ModifiedDate

date

None.

ModifiedBy_ID

integer

None.

SchoolID

integer

None.

GroupID

integer

None.

ISDeleted

boolean

None.

Sessionyear

integer

None.

ASGMapping_Id

integer

None.

sgmapping_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "candidatedetail_id": 1,
  "student_id": 1,
  "enquiry_id": 1,
  "enquiryno": "sample string 2",
  "admissionclass_id": 1,
  "lastpassclass_id": 1,
  "firstname": "sample string 3",
  "middlename": "sample string 4",
  "lastname": "sample string 5",
  "dob": "2025-12-06T12:27:16.3698767+05:30",
  "email": "sample string 6",
  "studenttype_id": 1,
  "contactmobileno": "sample string 7",
  "homephone": "sample string 8",
  "gender_id": 1,
  "nationality": "sample string 9",
  "hassibiling": true,
  "siblingadmnumber_id": 1,
  "address1": "sample string 10",
  "address2": "sample string 11",
  "city_id": 1,
  "state_id": 1,
  "country_id": 1,
  "pincode": "sample string 12",
  "landmark": "sample string 13",
  "distancefromschool": "sample string 14",
  "caste_id": 1,
  "religon_id": 1,
  "fathefirstname": "sample string 15",
  "fathermiddlename": "sample string 16",
  "fatherlasttname": "sample string 17",
  "fatherqualificaiton_id": 1,
  "fatherqualificaitontext": "sample string 18",
  "fatheroccupation": "sample string 19",
  "fatherofficeaddres": "sample string 20",
  "fatherorgnisation": "sample string 21",
  "fatherdesignation": "sample string 22",
  "motherfirstname": "sample string 23",
  "mothermiddlename": "sample string 24",
  "motherlasttname": "sample string 25",
  "motherqualificaiton_id": 1,
  "motherqualificaitontext": "sample string 26",
  "motheroccupation": "sample string 27",
  "motherofficeaddres": "sample string 28",
  "motherorgnisation": "sample string 29",
  "motherdesignation": "sample string 30",
  "currentschool": "sample string 31",
  "currentschoolcity": "sample string 32",
  "isgovttransfer": "sample string 33",
  "remarks": "sample string 34",
  "subjectid": 1,
  "pageno": 35,
  "pagesize": 36,
  "sortorder": "sample string 37",
  "sortcolumn": "sample string 38",
  "rowcount": 39,
  "searchvalue": "sample string 40",
  "motherphonenumber": "sample string 41",
  "fatherphonenumber": "sample string 42",
  "maxrows": 43,
  "applicationno": "sample string 44",
  "area_id": 1,
  "aadharno": "sample string 45",
  "communicationmode": 1,
  "createddate": "2025-12-06T12:27:16.3698767+05:30",
  "createdby_id": 47,
  "modifieddate": "2025-12-06T12:27:16.3698767+05:30",
  "modifiedby_id": 1,
  "schoolid": 1,
  "groupid": 1,
  "isdeleted": true,
  "sessionyear": 1,
  "asgmapping_id": 48,
  "sgmapping_id": 49
}

application/xml, text/xml

Sample:
<CandidateDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models.Admission">
  <ASGMapping_Id xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">48</ASGMapping_Id>
  <CreatedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">47</CreatedBy_ID>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2025-12-06T12:27:16.3698767+05:30</CreatedDate>
  <GroupID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</GroupID>
  <ISDeleted xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">true</ISDeleted>
  <ModifiedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</ModifiedBy_ID>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2025-12-06T12:27:16.3698767+05:30</ModifiedDate>
  <SchoolID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</SchoolID>
  <Sessionyear xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</Sessionyear>
  <sgmapping_id xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">49</sgmapping_id>
  <AadharNo>sample string 45</AadharNo>
  <Address1>sample string 10</Address1>
  <Address2>sample string 11</Address2>
  <AdmissionClass_id>1</AdmissionClass_id>
  <ApplicationNo>sample string 44</ApplicationNo>
  <Area_Id>1</Area_Id>
  <CandidateDetail_ID>1</CandidateDetail_ID>
  <Caste_ID>1</Caste_ID>
  <City_ID>1</City_ID>
  <CommunicationMode>1</CommunicationMode>
  <ContactMobileNo>sample string 7</ContactMobileNo>
  <Country_ID>1</Country_ID>
  <CurrentSchool>sample string 31</CurrentSchool>
  <CurrentSchoolCity>sample string 32</CurrentSchoolCity>
  <DOB>2025-12-06T12:27:16.3698767+05:30</DOB>
  <DistanceFromSchool>sample string 14</DistanceFromSchool>
  <Email>sample string 6</Email>
  <EnquiryNo>sample string 2</EnquiryNo>
  <Enquiry_ID>1</Enquiry_ID>
  <FatheFirstName>sample string 15</FatheFirstName>
  <FatherDesignation>sample string 22</FatherDesignation>
  <FatherLasttName>sample string 17</FatherLasttName>
  <FatherMiddleName>sample string 16</FatherMiddleName>
  <FatherOccupation>sample string 19</FatherOccupation>
  <FatherOfficeAddres>sample string 20</FatherOfficeAddres>
  <FatherOrgnisation>sample string 21</FatherOrgnisation>
  <FatherPhoneNumber>sample string 42</FatherPhoneNumber>
  <FatherQualificaitonText>sample string 18</FatherQualificaitonText>
  <FatherQualificaiton_ID>1</FatherQualificaiton_ID>
  <FirstName>sample string 3</FirstName>
  <Gender_id>1</Gender_id>
  <HomePhone>sample string 8</HomePhone>
  <IsGovtTransfer>sample string 33</IsGovtTransfer>
  <Landmark>sample string 13</Landmark>
  <LastPassClass_ID>1</LastPassClass_ID>
  <Lastname>sample string 5</Lastname>
  <MaxRows>43</MaxRows>
  <MiddleName>sample string 4</MiddleName>
  <MotherDesignation>sample string 30</MotherDesignation>
  <MotherFirstName>sample string 23</MotherFirstName>
  <MotherLasttName>sample string 25</MotherLasttName>
  <MotherMiddleName>sample string 24</MotherMiddleName>
  <MotherOccupation>sample string 27</MotherOccupation>
  <MotherOfficeAddres>sample string 28</MotherOfficeAddres>
  <MotherOrgnisation>sample string 29</MotherOrgnisation>
  <MotherPhoneNumber>sample string 41</MotherPhoneNumber>
  <MotherQualificaitonText>sample string 26</MotherQualificaitonText>
  <MotherQualificaiton_Id>1</MotherQualificaiton_Id>
  <Nationality>sample string 9</Nationality>
  <PageNo>35</PageNo>
  <PageSize>36</PageSize>
  <PinCode>sample string 12</PinCode>
  <Religon_ID>1</Religon_ID>
  <Remarks>sample string 34</Remarks>
  <RowCount>39</RowCount>
  <SearchValue>sample string 40</SearchValue>
  <SiblingAdmNumber_ID>1</SiblingAdmNumber_ID>
  <SortColumn>sample string 38</SortColumn>
  <SortOrder>sample string 37</SortOrder>
  <State_ID>1</State_ID>
  <StudentType_ID>1</StudentType_ID>
  <Student_id>1</Student_id>
  <SubjectId>1</SubjectId>
  <hasSibiling>true</hasSibiling>
</CandidateDetailModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.