POST api/Settings?TblName={TblName}&ColName={ColName}&ColValue={ColValue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TblName | string |
Required |
|
| ColName | string |
Required |
|
| ColValue | string |
Required |
Body Parameters
SqlConnection| Name | Description | Type | Additional information |
|---|---|---|---|
| StatisticsEnabled | boolean |
None. |
|
| AccessToken | string |
None. |
|
| ConnectionString | string |
None. |
|
| ConnectionTimeout | integer |
None. |
|
| Database | string |
None. |
|
| DataSource | string |
None. |
|
| PacketSize | integer |
None. |
|
| ClientConnectionId | globally unique identifier |
None. |
|
| ServerVersion | string |
None. |
|
| State | ConnectionState |
None. |
|
| WorkstationId | string |
None. |
|
| Credential | SqlCredential |
None. |
|
| FireInfoMessageEventOnUserErrors | boolean |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>