POST api/version/UploadFiles?versionNo={versionNo}&type={type}&source={source}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
versionNo | string |
Required |
|
type | string |
Required |
|
source | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultModelName | Description | Type | Additional information |
---|---|---|---|
Data | Object |
None. |
|
Code | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": {}, "Code": 2, "Message": "sample string 3" }
application/xml, text/xml
Sample:
<ApiResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WinUpdateVersionApi.Models" />