POST api_v2/AcDbAccesses/DeleteAccountAccess
Удалить доступы аккаунта к инф. базе
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Параметры удаления доступов |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>a2154305-956f-46a4-8d03-ef6cd1a83f65</AccountID> <AccountDatabaseID>71f9e84e-7b9a-4403-98af-a1ce821b14ad</AccountDatabaseID> </Request>
application/json, text/json
Sample:
{ "AccountID": "a2154305-956f-46a4-8d03-ef6cd1a83f65", "AccountDatabaseID": "71f9e84e-7b9a-4403-98af-a1ce821b14ad" }
Response Information
Результат удаления
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}