API Docs / Operations / Client - Documents / Move External Files

Move External Files

PUT /tenants/{tenant}/clients/{client}/external-files/move

Moves files into a different folder in the practice's external storage. Set portalFolderPath to also move the tracked documents to that folder in the client portal; omit it to leave portal locations untouched. Returns 400 if the platform does not support moving files.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string

Request Body*

{
  "externalFileIds": [
    "string"
  ],
  "targetFolderId": "string",
  "portalFolderPath": "string"
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found