POST v1/delAccountSettings
Метод видалення налаштувань акаунта.
Request Information
URI Parameters
None.
Body Parameters
AccountSettingsDel| Name | Description | Type | Additional information |
|---|---|---|---|
| accountID | integer |
None. |
|
| settings | Collection of AccountSettingsType |
None. |
Request Formats
application/json, text/json
Sample:
{
"accountID": 1,
"settings": [
3,
3
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.