POST api_v2/AccountDatabases/SetAppServerName
Sets 1C server 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>77831676-6f3d-40fd-9496-f17d964e37a3</AccountDatabaseID> <ServerName>sample string 2</ServerName> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "77831676-6f3d-40fd-9496-f17d964e37a3", "ServerName": "sample string 2" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}