POST api/Rvw/SubmitReviewResultV9
Request Information
URI Parameters
None.
Body Parameters
SubmitReviewResultInputName | Description | Type | Additional information |
---|---|---|---|
TaskId | string |
None. |
|
Score | decimal number |
None. |
|
SubScore | string |
None. |
|
UsedTime | decimal number |
None. |
|
Annotation | string |
None. |
|
TaskType | integer |
None. |
|
UserId | string |
None. |
|
ExamCourseId | string |
None. |
|
QuestionsId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskId": "sample string 1", "Score": 2.0, "SubScore": "sample string 3", "UsedTime": 4.0, "Annotation": "sample string 5", "TaskType": 6, "UserId": "sample string 7", "ExamCourseId": "sample string 8", "QuestionsId": "sample string 9" }
text/xml
Sample:
<SubmitReviewResultInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ems.Domain.Rvw.Dtos.InputDtos"> <Annotation>sample string 5</Annotation> <ExamCourseId>sample string 8</ExamCourseId> <QuestionsId>sample string 9</QuestionsId> <Score>2</Score> <SubScore>sample string 3</SubScore> <TaskId>sample string 1</TaskId> <TaskType>6</TaskType> <UsedTime>4</UsedTime> <UserId>sample string 7</UserId> </SubmitReviewResultInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ServiceResultName | Description | Type | Additional information |
---|---|---|---|
RetCode | integer |
None. |
|
Msg | string |
None. |
|
Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "RetCode": 1, "Msg": "sample string 2", "Result": {} }
text/xml
Sample:
<ServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tdf.Utils.Networking"> <Msg>sample string 2</Msg> <Result /> <RetCode>1</RetCode> </ServiceResult>