POST api/StudentArea/StudentArea
Request Information
URI Parameters
None.
Body Parameters
StudentAreaRequestModelName | Description | Type | Additional information |
---|---|---|---|
MasterLevelID | 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, "ClassID": 2, "SectionID": 3, "SearchTxt": "sample string 4", "SearchExpression": "sample string 5", "PageNo": 6, "RowNo": 7, "Domain": "sample string 8" }
application/xml, text/xml
Sample:
<StudentAreaRequestModel 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 8</Domain> <ClassID>2</ClassID> <MasterLevelID>1</MasterLevelID> <PageNo>6</PageNo> <RowNo>7</RowNo> <SearchExpression>sample string 5</SearchExpression> <SearchTxt>sample string 4</SearchTxt> <SectionID>3</SectionID> </StudentAreaRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.