POST mobile/review/review/completereview

complete UserReviewUnit

Request Information

Parameters

NameDescriptionAdditional information
inVO

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "unitResults": [
    {
      "id": "sample string 1",
      "childUnitIndex": 1,
      "score": 1.1,
      "answer": "sample string 2",
      "startOn": 3.1,
      "endOn": 4.1
    },
    {
      "id": "sample string 1",
      "childUnitIndex": 1,
      "score": 1.1,
      "answer": "sample string 2",
      "startOn": 3.1,
      "endOn": 4.1
    },
    {
      "id": "sample string 1",
      "childUnitIndex": 1,
      "score": 1.1,
      "answer": "sample string 2",
      "startOn": 3.1,
      "endOn": 4.1
    }
  ],
  "curUserId": "sample string 1",
  "isSSO": true,
  "requestHost": "sample string 3",
  "applicationPath": "sample string 4",
  "secureApplicationPath": "sample string 5",
  "absoluteApplicationPath": "sample string 6",
  "isHttps": true,
  "isMobileDevice": true,
  "clientType": 0,
  "clientVersion": "sample string 9",
  "clientOS": "sample string 10",
  "clientBuild": "sample string 11",
  "timeZone": 12,
  "clientId": "sample string 13"
}

application/xml, text/xml

Sample:
<UserReviewUnitInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input">
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 13</ClientId>
  <ClientType xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">Web</ClientType>
  <TimeZone xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">12</TimeZone>
  <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 6</absoluteApplicationPath>
  <applicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 4</applicationPath>
  <cachedKey xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 1</cachedKey>
  <clientBuild xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 11</clientBuild>
  <clientOS xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 10</clientOS>
  <clientVersion xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 9</clientVersion>
  <curUserId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 1</curUserId>
  <isHttps xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isHttps>
  <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isMobileDevice>
  <isSSO xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isSSO>
  <requestHost xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 3</requestHost>
  <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 5</secureApplicationPath>
  <UnitResults>
    <UnitResultVO>
      <Answer>sample string 2</Answer>
      <ChildUnitIndex>1</ChildUnitIndex>
      <EndOn>4.1</EndOn>
      <Id>sample string 1</Id>
      <Score>1.1</Score>
      <StartOn>3.1</StartOn>
    </UnitResultVO>
    <UnitResultVO>
      <Answer>sample string 2</Answer>
      <ChildUnitIndex>1</ChildUnitIndex>
      <EndOn>4.1</EndOn>
      <Id>sample string 1</Id>
      <Score>1.1</Score>
      <StartOn>3.1</StartOn>
    </UnitResultVO>
    <UnitResultVO>
      <Answer>sample string 2</Answer>
      <ChildUnitIndex>1</ChildUnitIndex>
      <EndOn>4.1</EndOn>
      <Id>sample string 1</Id>
      <Score>1.1</Score>
      <StartOn>3.1</StartOn>
    </UnitResultVO>
  </UnitResults>
</UserReviewUnitInVO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "isDone": true,
  "code": 0,
  "message": "sample string 2",
  "cachedKey": "sample string 3",
  "correlationId": "d93172db-53bb-4832-a581-bc021df765da",
  "data": {}
}

application/xml, text/xml

Sample:
<ApiResponseOfVoidOutVOFP0KSs_SV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API">
  <CachedKey>sample string 3</CachedKey>
  <Code>None</Code>
  <CorrelationId>d93172db-53bb-4832-a581-bc021df765da</CorrelationId>
  <IsDone>true</IsDone>
  <Message>sample string 2</Message>
</ApiResponseOfVoidOutVOFP0KSs_SV>