POST api_v2/AcDbAccesses/IsLocked
Проверить состояния доступа к инф. БД пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | ИД аккаунта, название БД |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountUserId>e7a7162f-1bc1-41f0-ae1a-38a058372091</AccountUserId> <DatabaseId>e343fb2b-8a54-4c97-9a5e-4185737b2824</DatabaseId> </Request>
application/json, text/json
Sample:
{ "AccountUserId": "e7a7162f-1bc1-41f0-ae1a-38a058372091", "DatabaseId": "e343fb2b-8a54-4c97-9a5e-4185737b2824" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result> <Result>true</Result> </Result>
application/json, text/json
Sample:
{ "Result": true }