GET api_v2/AcDbAccesses/GetAccountID?accessID={accessID}
Получить ИД аккаунта
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accessID | ИД доступа к БД |
Define this parameter in the request URI. |
Response Information
ИД аккаунта
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountID>e763795d-78e1-4a29-a28c-0cc58a38a8bd</AccountID> </Result>
application/json, text/json
Sample:
{ "AccountID": "e763795d-78e1-4a29-a28c-0cc58a38a8bd" }