POST api/exam/answers/confirm-question
Request Information
URI Parameters
None.
Body Parameters
PracticeMultiConfirmQuestionRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | globally unique identifier |
None. |
|
| CardSN | integer |
None. |
|
| SortOrder | integer |
None. |
|
| SubjectVersionSN | integer |
None. |
|
| SubjectAnswerSN | integer |
None. |
|
| IsUncertain | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": "feded5a9-37b3-437c-8cb1-e8ca88d35693",
"CardSN": 2,
"SortOrder": 3,
"SubjectVersionSN": 4,
"SubjectAnswerSN": 5,
"IsUncertain": true
}
application/xml, text/xml
Sample:
<PracticeMultiConfirmQuestionRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Models.DTO"> <CardSN>2</CardSN> <IsUncertain>true</IsUncertain> <MemberID>feded5a9-37b3-437c-8cb1-e8ca88d35693</MemberID> <SortOrder>3</SortOrder> <SubjectAnswerSN>5</SubjectAnswerSN> <SubjectVersionSN>4</SubjectVersionSN> </PracticeMultiConfirmQuestionRequestDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.