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. | ||
| portalFolderPath | string | The destination folder path, "/" separated, e.g. "Tax Returns/2026". |
The destination folder path, "/" separated, e.g. "Tax Returns/2026". | ||
JSON Example
{
"documentCodes": [
"string"
],
"portalFolderPath": "string"
}