POST api_v2/AcDbAccesses/LockAllDbAccess
Заблокировать все доступы к инф. БД
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> </Request>
application/json, text/json
Sample:
{ "DbName": "sample string 1" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}