API Docs / Schemas / MoveDocumentsToPortalFolderRequest

MoveDocumentsToPortalFolderRequest

Moves one or more documents to a different folder in the client portal.
This only changes where the documents appear to the client — the physical file is not moved.

Properties

Name Type Description
documentCodes*array of string

The codes of the documents to move. Duplicates are ignored.

The codes of the documents to move. Duplicates are ignored.

portalFolderPathstring

The destination folder path, "/" separated, e.g. "Tax Returns/2026".
Null or empty moves the documents to the client's portal root.

The destination folder path, "/" separated, e.g. "Tax Returns/2026".
Null or empty moves the documents to the client's portal root.

JSON Example

{
  "documentCodes": [
    "string"
  ],
  "portalFolderPath": "string"
}

Used By Operations