POST api/Exam/GetSubjectList
Request Information
URI Parameters
None.
Body Parameters
ExamList| Name | Description | Type | Additional information |
|---|---|---|---|
| sessionid | integer |
None. |
|
| examid | integer |
None. |
|
| examname | string |
None. |
|
| classid | integer |
None. |
|
| sectionid | integer |
None. |
|
| teacherid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"sessionid": 1,
"examid": 2,
"examname": "sample string 3",
"classid": 4,
"sectionid": 5,
"teacherid": 6
}
text/html
Sample:
{"sessionid":1,"examid":2,"examname":"sample string 3","classid":4,"sectionid":5,"teacherid":6}
application/xml, text/xml
Sample:
<ExamList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smsapi.Models"> <classid>4</classid> <examid>2</examid> <examname>sample string 3</examname> <sectionid>5</sectionid> <sessionid>1</sessionid> <teacherid>6</teacherid> </ExamList>
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.