MoveExternalFilesRequest
Moves one or more files into a different folder in the practice's external storage provider.
This physically moves the file at the provider.
Properties
| Name | Type | Description |
|---|---|---|
| externalFileIds* | array of string | The provider identifiers of the files to move. |
The provider identifiers of the files to move. | ||
| targetFolderId* | string | The provider identifier of the destination folder. |
The provider identifier of the destination folder. | ||
| portalFolderPath | string | When set, the files Sodium tracks also move to this folder in the client portal. |
When set, the files Sodium tracks also move to this folder in the client portal. | ||
JSON Example
{
"externalFileIds": [
"string"
],
"targetFolderId": "string",
"portalFolderPath": "string"
}