POST api/StudentArea/StudentArea

Request Information

URI Parameters

None.

Body Parameters

StudentAreaModel
NameDescriptionTypeAdditional information
MasterLevelID

integer

None.

MasterParentID

integer

None.

ClassID

integer

None.

SectionID

integer

None.

SearchTxt

string

None.

SearchExpression

string

None.

PageNo

integer

None.

RowNo

integer

None.

Domain

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MasterLevelID": 1,
  "MasterParentID": 2,
  "ClassID": 3,
  "SectionID": 4,
  "SearchTxt": "sample string 5",
  "SearchExpression": "sample string 6",
  "PageNo": 7,
  "RowNo": 8,
  "Domain": "sample string 9"
}

application/xml, text/xml

Sample:
<StudentAreaModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.StudentWork">
  <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 9</Domain>
  <ClassID>3</ClassID>
  <MasterLevelID>1</MasterLevelID>
  <MasterParentID>2</MasterParentID>
  <PageNo>7</PageNo>
  <RowNo>8</RowNo>
  <SearchExpression>sample string 6</SearchExpression>
  <SearchTxt>sample string 5</SearchTxt>
  <SectionID>4</SectionID>
</StudentAreaModel>

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.