POST api_v2/Accounts/SetFileStorageServerID
Изменить ИД сервера хранения файлов учетной записи
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountStorageIdModel | Параметр для изменения ИД сервера |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>2634d635-29b3-49f6-b0d7-4bec0fb20b0c</AccountID> <FileStorageServerID>083d8c50-9858-4fa1-a5c4-284ff4821d2b</FileStorageServerID> </Request>
application/json, text/json
Sample:
{ "AccountID": "2634d635-29b3-49f6-b0d7-4bec0fb20b0c", "FileStorageServerID": "083d8c50-9858-4fa1-a5c4-284ff4821d2b" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}