POST api/config

Request Information

URI Parameters

None.

Body Parameters

m_config
NameDescriptionTypeAdditional information
config_key

string

Required

String length: inclusive between 0 and 50

config_name

string

String length: inclusive between 0 and 100

config_value

string

Required

String length: inclusive between 0 and 4000

Request Formats

application/json, text/json

Sample:
{
  "config_key": "sample string 1",
  "config_name": "sample string 2",
  "config_value": "sample string 3"
}

application/xml, text/xml

Sample:
<m_config xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Features.Models">
  <config_key>sample string 1</config_key>
  <config_name>sample string 2</config_name>
  <config_value>sample string 3</config_value>
</m_config>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.