POST web/admin/homework/management/review/uploadaudio

upload audio

Response Information

Response body formats

application/json, text/json

Sample:
{
  "isDone": true,
  "code": 0,
  "message": "sample string 2",
  "cachedKey": "sample string 3",
  "correlationId": "9ffb0e6c-fd6d-4411-8fa0-2fcc3655f39c",
  "data": {
    "virtualPath": "sample string 1",
    "absoluteUrl": "sample string 2",
    "fileSize": "sample string 3"
  }
}

application/xml, text/xml

Sample:
<ApiResponseOfUploadOutVOFP0KSs_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>9ffb0e6c-fd6d-4411-8fa0-2fcc3655f39c</CorrelationId>
  <IsDone>true</IsDone>
  <Message>sample string 2</Message>
</ApiResponseOfUploadOutVOFP0KSs_SV>