POST api_v2/AcDbAccesses/SetAccountUserID
Установить 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>314be0a1-2aa3-49a9-98d3-25b39956a3af</AccessID> <AccountUserID>ede5d350-7109-48d5-8665-0afc27e99722</AccountUserID> </Request>
application/json, text/json
Sample:
{ "AccessID": "314be0a1-2aa3-49a9-98d3-25b39956a3af", "AccountUserID": "ede5d350-7109-48d5-8665-0afc27e99722" }
Response Information
Результат установки
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}