POST api_v2/AccountDatabases/SetApplicationName
Sets 1C application name
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>eb2d90ca-f76b-471c-84c6-406da8af91f0</AccountDatabaseID> <ApplicationName>sample string 2</ApplicationName> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "eb2d90ca-f76b-471c-84c6-406da8af91f0", "ApplicationName": "sample string 2" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}