POST api_v2/AcDbAccesses/LockAccess
Заблокировать доступ к БД пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Логин, название БД |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <DbName>sample string 1</DbName> <Login>sample string 2</Login> </Request>
application/json, text/json
Sample:
{ "DbName": "sample string 1", "Login": "sample string 2" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}