POST api/exam/Questions

Request Information

URI Parameters

None.

Body Parameters

QuestionsAPIParam
NameDescriptionTypeAdditional information
Key

string

None.

ExamId

integer

None.

SubjectKey

string

None.

ChapterKeys

Collection of string

None.

ExamFormat

integer

None.

Request Formats

application/json, text/json

Sample:
{"Key":"sample string 1","ExamId":2,"SubjectKey":"sample string 3","ChapterKeys":["sample string 1","sample string 2"],"ExamFormat":4}

text/xml

Sample:
<QuestionsAPIParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODET.Entities.Contract"><ChapterKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d2p1:string>sample string 1</d2p1:string><d2p1:string>sample string 2</d2p1:string></ChapterKeys><ExamFormat>4</ExamFormat><ExamId>2</ExamId><Key>sample string 1</Key><SubjectKey>sample string 3</SubjectKey></QuestionsAPIParam>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QuestionsAPIParam'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.