POST api/GetConfigValuebyKey
Request Information
URI Parameters
None.
Body Parameters
clsDataValue| Name | Description | Type | Additional information |
|---|---|---|---|
| DataValue | integer |
None. |
|
| DisplayValue | string |
None. |
|
| strKey | string |
None. |
|
| strValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"dataValue": 1,
"displayValue": "sample string 2",
"strKey": "sample string 3",
"strValue": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.