POST api_v2/AccountDatabases/SetConfigurationName
Sets 1C configuration name in it's description record
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>bfc2f794-dc79-4974-afc9-118f5a3ba2e1</AccountDatabaseID> <ConfigurationName>sample string 2</ConfigurationName> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "bfc2f794-dc79-4974-afc9-118f5a3ba2e1", "ConfigurationName": "sample string 2" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}