POST mobile/learn/practice/complete
complete
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"courseId": "sample string 1",
"sectionId": "sample string 2",
"averageScore": 3,
"totalCount": 4,
"errorCount": 5,
"totalTime": 6,
"entityType": "sample string 7",
"entityId": "sample string 8",
"curUserId": "sample string 9",
"isSSO": true,
"requestHost": "sample string 11",
"applicationPath": "sample string 12",
"secureApplicationPath": "sample string 13",
"absoluteApplicationPath": "sample string 14",
"isHttps": true,
"isMobileDevice": true,
"clientType": 0,
"clientVersion": "sample string 17",
"clientOS": "sample string 18",
"clientBuild": "sample string 19",
"timeZone": 20,
"clientId": "sample string 21"
}
application/xml, text/xml
Sample:
<CompletePracticeInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Web.API.VO.Input.Learn"> <ClientId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 21</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">20</TimeZone> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 14</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 12</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 19</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 18</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 17</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 9</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 11</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 13</secureApplicationPath> <entityId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Web.API.VO.Input.Common">sample string 8</entityId> <entityType xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Web.API.VO.Input.Common">sample string 7</entityType> <AverageScore>3</AverageScore> <CourseId>sample string 1</CourseId> <ErrorCount>5</ErrorCount> <SectionId>sample string 2</SectionId> <TotalCount>4</TotalCount> <TotalTime>6</TotalTime> </CompletePracticeInVO>
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": "fbb37e39-4a45-43fe-b353-26b7704832a0",
"data": null
}
application/xml, text/xml
Sample:
<ApiResponseOfCompletePracticeOutVO8LfigrZv 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>fbb37e39-4a45-43fe-b353-26b7704832a0</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfCompletePracticeOutVO8LfigrZv>