POST members/settings/save
Request Information
URI Parameters
None.
Body Parameters
tblMemberSettingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | integer |
None. |
|
| SettingKey | string |
None. |
|
| SettingValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": 1,
"SettingKey": "sample string 2",
"SettingValue": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.