POST v1/updAccountSetting
Метод збереження налаштування акаунта.
Request Information
URI Parameters
None.
Body Parameters
AccountSettingUpd| Name | Description | Type | Additional information |
|---|---|---|---|
| accountID | integer |
None. |
|
| type |
Тип налаштування |
AccountSettingsType |
Required |
| value |
Значення |
Object |
Required |
Request Formats
application/json, text/json
Sample:
{
"accountID": 1,
"type": 3,
"value": {}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.