POST api/SchoolAdminUserType/CreateUserType

Request Information

URI Parameters

None.

Body Parameters

SchoolAdminUserType
NameDescriptionTypeAdditional information
SNo

integer

None.

SNoEnc

string

None.

UserType

string

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",
  "UserType": "sample string 3",
  "Status": true,
  "PageNumber": 5,
  "PageSize": 6,
  "ColSearchContent": "sample string 7",
  "ColSortActive": "sample string 8",
  "ColSortDirection": "sample string 9",
  "LongStr": "sample string 10",
  "CreatedBy": "sample string 11",
  "CreatedOn": "2025-06-04T20:13:57.5027971+05:30",
  "ModifiedBy": "sample string 13",
  "ModifiedOn": "2025-06-04T20:13:57.5027971+05:30"
}

application/xml, text/xml

Sample:
<SchoolAdminUserType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models">
  <ColSearchContent>sample string 7</ColSearchContent>
  <ColSortActive>sample string 8</ColSortActive>
  <ColSortDirection>sample string 9</ColSortDirection>
  <CreatedBy>sample string 11</CreatedBy>
  <CreatedOn>2025-06-04T20:13:57.5027971+05:30</CreatedOn>
  <LongStr>sample string 10</LongStr>
  <ModifiedBy>sample string 13</ModifiedBy>
  <ModifiedOn>2025-06-04T20:13:57.5027971+05:30</ModifiedOn>
  <PageNumber>5</PageNumber>
  <PageSize>6</PageSize>
  <SNo>1</SNo>
  <SNoEnc>sample string 2</SNoEnc>
  <Status>true</Status>
  <UserType>sample string 3</UserType>
</SchoolAdminUserType>

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.