POST api_v2/AcDbAccesses/SetAccountID
Установить ID аккаунта для доступа
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Параметры установки ID аккаунта для доступа |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccessID>3a45d235-7983-44be-a347-151582a821d7</AccessID> <AccountID>1b4ad20a-1490-43c9-b90c-69d3dfeb3361</AccountID> <SendNotification>true</SendNotification> </Request>
application/json, text/json
Sample:
{ "AccessID": "3a45d235-7983-44be-a347-151582a821d7", "AccountID": "1b4ad20a-1490-43c9-b90c-69d3dfeb3361", "SendNotification": true }
Response Information
Результат установки
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}