POST api/config/setappversion
Request Information
URI Parameters
None.
Body Parameters
ConfigValueModelName | Description | Type | Additional information |
---|---|---|---|
ParamName | string |
None. |
|
ParamValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ParamName": "sample string 1", "ParamValue": "sample string 2" }
application/xml, text/xml
Sample:
<ConfigValueModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ParamName>sample string 1</ParamName> <ParamValue>sample string 2</ParamValue> </ConfigValueModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>