POST api_v2/AcDbDelimiters/SetAcDbOnDelimitersAccessStatus
Установить статус доступа к инф. базе на разделителях
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Модель установки статуса доступа к базе на разделителях |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountDatabaseID>e5027a50-9915-4d0c-99ef-d635d4b18333</AccountDatabaseID> <UserID>7fa5eefa-1aa9-4a4b-9f34-0ecb5fad945c</UserID> <State>sample string 3</State> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "e5027a50-9915-4d0c-99ef-d635d4b18333", "UserID": "7fa5eefa-1aa9-4a4b-9f34-0ecb5fad945c", "State": "sample string 3" }
Response Information
Результат установки статуса
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}