POST api/Schquestion/Processschquestionheader
Request Information
URI Parameters
None.
Body Parameters
SchQuestionHeaderMName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
SubjectId | integer |
Required |
|
SessionId | integer |
Required |
|
TermId | integer |
Required |
|
ExamPeriod | integer |
Required |
|
CautionNote | string |
Required |
|
NoofQuestiontoDisplay | integer |
Required |
|
processop | string |
Required |
|
username | string |
Required |
|
accesskey | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "SubjectId": 2, "SessionId": 3, "TermId": 4, "ExamPeriod": 5, "CautionNote": "sample string 6", "NoofQuestiontoDisplay": 7, "processop": "sample string 8", "username": "sample string 9", "accesskey": "sample string 10" }
text/html
Sample:
{"Id":1,"SubjectId":2,"SessionId":3,"TermId":4,"ExamPeriod":5,"CautionNote":"sample string 6","NoofQuestiontoDisplay":7,"processop":"sample string 8","username":"sample string 9","accesskey":"sample string 10"}
application/xml, text/xml
Sample:
<SchQuestionHeaderM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models"> <CautionNote>sample string 6</CautionNote> <ExamPeriod>5</ExamPeriod> <Id>1</Id> <NoofQuestiontoDisplay>7</NoofQuestiontoDisplay> <SessionId>3</SessionId> <SubjectId>2</SubjectId> <TermId>4</TermId> <accesskey>sample string 10</accesskey> <processop>sample string 8</processop> <username>sample string 9</username> </SchQuestionHeaderM>
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.