POST api/Schentrance/Getschentrance
Request Information
URI Parameters
None.
Body Parameters
Schentranceexam| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| ClassId | 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,
"ClassId": 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,"ClassId":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:
<Schentranceexam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models"> <CautionNote>sample string 5</CautionNote> <ClassId>2</ClassId> <ExamPeriod>4</ExamPeriod> <Id>1</Id> <NoofQuestiontoDisplay>6</NoofQuestiontoDisplay> <SessionId>3</SessionId> <accesskey>sample string 9</accesskey> <processop>sample string 7</processop> <username>sample string 8</username> </Schentranceexam>
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.