POST api_v2/Accounts/SetFileStorageServerID
Change account file storage server ID
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountStorageIdModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>14b5bf02-75b6-46c4-99b8-b576ec0ccb78</AccountID> <FileStorageServerID>13b56265-c193-41d2-b505-d18da5220c4d</FileStorageServerID> </Request>
application/json, text/json
Sample:
{ "AccountID": "14b5bf02-75b6-46c4-99b8-b576ec0ccb78", "FileStorageServerID": "13b56265-c193-41d2-b505-d18da5220c4d" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}