POST v1/updAccountSettings
Метод збереження налаштувань акаунта.
Request Information
URI Parameters
None.
Body Parameters
AccountSettingsUpd| Name | Description | Type | Additional information |
|---|---|---|---|
| accountIDs | Collection of integer |
None. |
|
| settings | Dictionary of integer [key] and Object [value] |
Required |
Request Formats
application/json, text/json
Sample:
{
"accountIDs": [
1,
2
],
"settings": {
"1": {},
"3": {}
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.