POST api/v1/LiveQuizEvent/BeginEndLiveQuizQuestion

Request Information

URI Parameters

None.

Body Parameters

LiveQuizEventQuestionTracker
NameDescriptionTypeAdditional information
ShotClassId

integer

None.

PassCode

string

None.

TenantId

integer

None.

InstructorId

integer

None.

EndQuestionId

integer

None.

NextQuestionId

integer

None.

IsExpired

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ShotClassId": 1,
  "PassCode": "sample string 2",
  "TenantId": 3,
  "InstructorId": 4,
  "EndQuestionId": 1,
  "NextQuestionId": 1,
  "IsExpired": true
}

text/html

Sample:
{"ShotClassId":1,"PassCode":"sample string 2","TenantId":3,"InstructorId":4,"EndQuestionId":1,"NextQuestionId":1,"IsExpired":true}

text/xml

Sample:
<LiveQuizEventQuestionTracker xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassCore.Models">
  <EndQuestionId>1</EndQuestionId>
  <InstructorId>4</InstructorId>
  <IsExpired>true</IsExpired>
  <NextQuestionId>1</NextQuestionId>
  <PassCode>sample string 2</PassCode>
  <ShotClassId>1</ShotClassId>
  <TenantId>3</TenantId>
</LiveQuizEventQuestionTracker>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LiveQuizEventQuestionTracker
NameDescriptionTypeAdditional information
ShotClassId

integer

None.

PassCode

string

None.

TenantId

integer

None.

InstructorId

integer

None.

EndQuestionId

integer

None.

NextQuestionId

integer

None.

IsExpired

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ShotClassId": 1,
  "PassCode": "sample string 2",
  "TenantId": 3,
  "InstructorId": 4,
  "EndQuestionId": 1,
  "NextQuestionId": 1,
  "IsExpired": true
}

text/html

Sample:
{"ShotClassId":1,"PassCode":"sample string 2","TenantId":3,"InstructorId":4,"EndQuestionId":1,"NextQuestionId":1,"IsExpired":true}

text/xml

Sample:
<LiveQuizEventQuestionTracker xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassCore.Models">
  <EndQuestionId>1</EndQuestionId>
  <InstructorId>4</InstructorId>
  <IsExpired>true</IsExpired>
  <NextQuestionId>1</NextQuestionId>
  <PassCode>sample string 2</PassCode>
  <ShotClassId>1</ShotClassId>
  <TenantId>3</TenantId>
</LiveQuizEventQuestionTracker>