PUT api/SystemParameter

Update SystemParameter

Request Information

URI Parameters

None.

Body Parameters

SystemParameter
NameDescriptionTypeAdditional information
SystemParameterId

integer

None.

SysName

string

None.

Description

string

None.

Value

string

None.

Request Formats

application/json, text/json

Sample:
{
  "systemParameterId": 1,
  "sysName": "sample string 2",
  "description": "sample string 3",
  "value": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SystemParameter'.

Response Information

Resource Description

None.