POST api_v2/AccountUsers/ConfigurateAccessRent1CForUser
Установить конфигурации аренды 1C для пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Модель конфигурации аренды |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountUserId>d22f015a-6c5f-4ed8-a22e-4d7ab411c963</AccountUserId> <WebResource>true</WebResource> <StandartResource>true</StandartResource> </Request>
application/json, text/json
Sample:
{ "AccountUserId": "d22f015a-6c5f-4ed8-a22e-4d7ab411c963", "WebResource": true, "StandartResource": true }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <Value>true</Value> <Comment>sample string 2</Comment> </Result>
application/json, text/json
Sample:
{ "Value": true, "Comment": "sample string 2" }