Move External Files
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
| Name | Type | Description |
|---|---|---|
| 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