POST Api/File/MergeFile

请求信息

URI 参数

None.

Body 参数

MergeFileParameter
名称描述类型附加信息
fileName

string

None.

totalChunks

integer

None.

请求格式

application/json, text/json

Sample:
{
  "fileName": "sample string 1",
  "totalChunks": 2
}

application/xml, text/xml

Sample:
<MergeFileParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">
  <fileName>sample string 1</fileName>
  <totalChunks>2</totalChunks>
</MergeFileParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

IHttpActionResult

None.

响应格式

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.