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>e9f3dcce-677f-4819-9e2f-d8fbca4b00b3</AccountDatabaseID> <ApplicationName>sample string 2</ApplicationName> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "e9f3dcce-677f-4819-9e2f-d8fbca4b00b3", "ApplicationName": "sample string 2" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}