POST api/SchoolAdminUserInfoSchool/GetUserInfoSchoolByPage

Request Information

URI Parameters

None.

Body Parameters

SchoolAdminUserInfoSchool
NameDescriptionTypeAdditional information
SNo

integer

None.

SNoEnc

string

None.

UserSNo

string

None.

UserTypeSNo

string

None.

SchoolSNo

string

None.

EmailID

string

None.

MobileNo

string

None.

UserName

string

None.

IsActive

boolean

None.

Status

boolean

None.

PageNumber

integer

None.

PageSize

integer

None.

ColSearchContent

string

None.

ColSortActive

string

None.

ColSortDirection

string

None.

LongStr

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

ModifiedBy

string

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SNo": 1,
  "SNoEnc": "sample string 2",
  "UserSNo": "sample string 3",
  "UserTypeSNo": "sample string 4",
  "SchoolSNo": "sample string 5",
  "EmailID": "sample string 6",
  "MobileNo": "sample string 7",
  "UserName": "sample string 8",
  "IsActive": true,
  "Status": true,
  "PageNumber": 11,
  "PageSize": 12,
  "ColSearchContent": "sample string 13",
  "ColSortActive": "sample string 14",
  "ColSortDirection": "sample string 15",
  "LongStr": "sample string 16",
  "CreatedBy": "sample string 17",
  "CreatedOn": "2025-06-04T09:19:30.5206064+05:30",
  "ModifiedBy": "sample string 19",
  "ModifiedOn": "2025-06-04T09:19:30.5206064+05:30"
}

application/xml, text/xml

Sample:
<SchoolAdminUserInfoSchool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models">
  <ColSearchContent>sample string 13</ColSearchContent>
  <ColSortActive>sample string 14</ColSortActive>
  <ColSortDirection>sample string 15</ColSortDirection>
  <CreatedBy>sample string 17</CreatedBy>
  <CreatedOn>2025-06-04T09:19:30.5206064+05:30</CreatedOn>
  <EmailID>sample string 6</EmailID>
  <IsActive>true</IsActive>
  <LongStr>sample string 16</LongStr>
  <MobileNo>sample string 7</MobileNo>
  <ModifiedBy>sample string 19</ModifiedBy>
  <ModifiedOn>2025-06-04T09:19:30.5206064+05:30</ModifiedOn>
  <PageNumber>11</PageNumber>
  <PageSize>12</PageSize>
  <SNo>1</SNo>
  <SNoEnc>sample string 2</SNoEnc>
  <SchoolSNo>sample string 5</SchoolSNo>
  <Status>true</Status>
  <UserName>sample string 8</UserName>
  <UserSNo>sample string 3</UserSNo>
  <UserTypeSNo>sample string 4</UserTypeSNo>
</SchoolAdminUserInfoSchool>

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.