POST api/Common/Upgrade
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiInfoEntityOfUpgradeEntityName | Description | Type | Additional information |
---|---|---|---|
data | UpgradeEntity |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "Version": "sample string 1", "UpgradeUrl": "sample string 2", "LastForce": true }, "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<ApiInfoEntityOfUpgradeEntityNdF_SKQEZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <Code>1</Code> <Message>sample string 2</Message> <Data> <LastForce>true</LastForce> <UpgradeUrl>sample string 2</UpgradeUrl> <Version>sample string 1</Version> </Data> </ApiInfoEntityOfUpgradeEntityNdF_SKQEZ>