PUT api/systemConfig/update
Request Information
URI Parameters
None.
Body Parameters
SystemConfigViewModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Code | string |
None. |
|
Description | string |
None. |
|
ValueString | string |
None. |
|
ValueInt | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "Code": "sample string 2", "Description": "sample string 3", "ValueString": "sample string 4", "ValueInt": 1 }
application/xml, text/xml
Sample:
<SystemConfigViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TeduShop.Web.Models"> <Code>sample string 2</Code> <Description>sample string 3</Description> <ID>1</ID> <ValueInt>1</ValueInt> <ValueString>sample string 4</ValueString> </SystemConfigViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |