POST api/Studentpsycomotor/Getstudentpsycomotor
Request Information
URI Parameters
None.
Body Parameters
StudentFilterName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
StudId | integer |
None. |
|
ClassId | integer |
None. |
|
ArmId | integer |
None. |
|
OptionId | integer |
None. |
|
SubjectId | integer |
None. |
|
SessionId | integer |
None. |
|
TermId | integer |
None. |
|
username | string |
Required |
|
accesskey | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "StudId": 2, "ClassId": 3, "ArmId": 4, "OptionId": 5, "SubjectId": 6, "SessionId": 7, "TermId": 8, "username": "sample string 9", "accesskey": "sample string 10" }
text/html
Sample:
{"Id":1,"StudId":2,"ClassId":3,"ArmId":4,"OptionId":5,"SubjectId":6,"SessionId":7,"TermId":8,"username":"sample string 9","accesskey":"sample string 10"}
application/xml, text/xml
Sample:
<StudentFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models"> <ArmId>4</ArmId> <ClassId>3</ClassId> <Id>1</Id> <OptionId>5</OptionId> <SessionId>7</SessionId> <StudId>2</StudId> <SubjectId>6</SubjectId> <TermId>8</TermId> <accesskey>sample string 10</accesskey> <username>sample string 9</username> </StudentFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.