POST api_v2/AccountDatabases/SetDistributiveType
Установка типа дистрибутива платформы 1С (стабильный или альфа-версия)
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>bcae977d-c474-46c0-a3dc-09ba8baf73f4</AccountDatabaseID> <DistributiveType>sample string 2</DistributiveType> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "bcae977d-c474-46c0-a3dc-09ba8baf73f4", "DistributiveType": "sample string 2" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}