POST api/Package/UpdatePackageInfo
更新打包文件信息
Request Information
URI Parameters
None.
Body Parameters
PackageUpdateModelName | Description | Type | Additional information |
---|---|---|---|
Status |
状态 |
integer |
None. |
ID |
状态 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Status": 1, "ID": 2 }
application/xml, text/xml
Sample:
<PackageUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Topwin.Adidas.VM.API.Models"> <ID>2</ID> <Status>1</Status> </PackageUpdateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BasicResultName | Description | Type | Additional information |
---|---|---|---|
code |
状态码 |
integer |
None. |
msg |
消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<BasicResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Topwin.Adidas.VM.API.Models"> <code>1</code> <msg>sample string 2</msg> </BasicResult>