POST v1/delAccountSettings

Метод видалення налаштувань акаунта.

Request Information

URI Parameters

None.

Body Parameters

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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.