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