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>3b9daf9e-14fa-487f-91d2-86263e40cd0f</AccountUserId> <WebResource>true</WebResource> <StandartResource>true</StandartResource> </Request>
application/json, text/json
Sample:
{ "AccountUserId": "3b9daf9e-14fa-487f-91d2-86263e40cd0f", "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" }