POST api/login/Studverify

Request Information

URI Parameters

None.

Body Parameters

tbl_Students
NameDescriptionTypeAdditional information
StudId

integer

None.

RegistrationID

integer

None.

StudName

string

None.

FeeBook

string

None.

BusFeeID

string

None.

FatherName

string

None.

Class

string

None.

IsActive

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

No

string

None.

StopageName_

string

None.

StopageName

string

None.

FeeMonth

string

None.

StopageFee

string

None.

LateFee

string

None.

FailureText

string

None.

SchoolName

string

None.

SchoolPhotoUrl

string

None.

PermanentAddress

string

None.

UID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StudId": 1,
  "RegistrationID": 2,
  "StudName": "sample string 3",
  "FeeBook": "sample string 4",
  "BusFeeID": "sample string 5",
  "FatherName": "sample string 6",
  "Class": "sample string 7",
  "IsActive": "sample string 8",
  "CreatedBy": "sample string 9",
  "CreatedOn": "2025-12-26T13:41:46.6302143+00:00",
  "No": "sample string 11",
  "StopageName_": "sample string 12",
  "StopageName": "sample string 13",
  "FeeMonth": "sample string 14",
  "StopageFee": "sample string 15",
  "LateFee": "sample string 16",
  "FailureText": "sample string 17",
  "SchoolName": "sample string 18",
  "SchoolPhotoUrl": "sample string 19",
  "PermanentAddress": "sample string 20",
  "UID": "sample string 21"
}

application/xml, text/xml

Sample:
<tbl_Students xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL">
  <BusFeeID>sample string 5</BusFeeID>
  <Class>sample string 7</Class>
  <CreatedBy>sample string 9</CreatedBy>
  <CreatedOn>2025-12-26T13:41:46.6302143+00:00</CreatedOn>
  <FailureText>sample string 17</FailureText>
  <FatherName>sample string 6</FatherName>
  <FeeBook>sample string 4</FeeBook>
  <FeeMonth>sample string 14</FeeMonth>
  <IsActive>sample string 8</IsActive>
  <LateFee>sample string 16</LateFee>
  <No>sample string 11</No>
  <PermanentAddress>sample string 20</PermanentAddress>
  <RegistrationID>2</RegistrationID>
  <SchoolName>sample string 18</SchoolName>
  <SchoolPhotoUrl>sample string 19</SchoolPhotoUrl>
  <StopageFee>sample string 15</StopageFee>
  <StopageName>sample string 13</StopageName>
  <StopageName_>sample string 12</StopageName_>
  <StudId>1</StudId>
  <StudName>sample string 3</StudName>
  <UID>sample string 21</UID>
</tbl_Students>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.