POST mobile/talkchinese/practice/uploadfile
uploadfile
Response Information
Response body formats
application/json, text/json
Sample:
{
"isDone": true,
"code": 0,
"message": "sample string 2",
"cachedKey": "sample string 3",
"correlationId": "fdff02ff-60c4-48fd-add8-eaea9c21c801",
"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>fdff02ff-60c4-48fd-add8-eaea9c21c801</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfVoidOutVOFP0KSs_SV>