API Docs / Schemas / MoveExternalFilesRequest

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.

portalFolderPathstring

When set, the files Sodium tracks also move to this folder in the client portal.
Pass an empty string to move them to the portal root; omit entirely to leave the portal
location alone. Storage and portal locations are otherwise independent.

When set, the files Sodium tracks also move to this folder in the client portal.
Pass an empty string to move them to the portal root; omit entirely to leave the portal
location alone. Storage and portal locations are otherwise independent.

JSON Example

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

Used By Operations