POST v1/updAccountSetting

Метод збереження налаштування акаунта.

Request Information

URI Parameters

None.

Body Parameters

AccountSettingUpd
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.