POST api/EmployeeStudentArea/GetStudentAreaManagement
Request Information
URI Parameters
None.
Body Parameters
StudentAreaManagementRequestModelName | Description | Type | Additional information |
---|---|---|---|
UserID | string |
None. |
|
StaffID | integer |
None. |
|
MasterLabelID | integer |
None. |
|
ClassID | integer |
None. |
|
SectionID | integer |
None. |
|
SearchExpression | string |
None. |
|
SearchTxt | string |
None. |
|
PageNo | integer |
None. |
|
RowNo | integer |
None. |
|
Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserID": "sample string 1", "StaffID": 2, "MasterLabelID": 3, "ClassID": 4, "SectionID": 5, "SearchExpression": "sample string 6", "SearchTxt": "sample string 7", "PageNo": 8, "RowNo": 9, "Domain": "sample string 10" }
application/xml, text/xml
Sample:
<StudentAreaManagementRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.StudentArea"> <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 10</Domain> <ClassID>4</ClassID> <MasterLabelID>3</MasterLabelID> <PageNo>8</PageNo> <RowNo>9</RowNo> <SearchExpression>sample string 6</SearchExpression> <SearchTxt>sample string 7</SearchTxt> <SectionID>5</SectionID> <StaffID>2</StaffID> <UserID>sample string 1</UserID> </StudentAreaManagementRequestModel>
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.