POST api/Config/CreateConfig

Request Information

URI Parameters

None.

Body Parameters

Config
NameDescriptionTypeAdditional information
ID

integer

None.

NAME

string

None.

VALUE

string

None.

NOTE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "NAME": "sample string 2",
  "VALUE": "sample string 3",
  "NOTE": "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 'Config'.

Response Information

Resource Description

ReponseEntity
NameDescriptionTypeAdditional information
SumRecord

string

None.

Code

string

None.

Message

string

None.

Value

Object

None.

ListValue

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "SumRecord": "sample string 1",
  "Code": "sample string 2",
  "Message": "sample string 3",
  "Value": {},
  "ListValue": [
    {},
    {}
  ]
}