Reprocess Portfolio Transaction
reprocess_transactionRecalculate one accounting transaction after correcting its inputs; this destructive queued job may regroup only its assigned wallet movements, and waitForCompletion can return the final state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional immutable root reason; nonempty bytes are preserved exactly | |
| timeoutMs | No | Maximum wait time in milliseconds | |
| portfolioRef | Yes | Portfolio name or slug | |
| workspaceRef | Yes | Workspace name or slug | |
| transactionId | Yes | Selected portfolio transaction ID to reprocess | |
| pollIntervalMs | No | Request-status polling interval in milliseconds | |
| waitForCompletion | No | Wait for the queued reprocess request to reach a terminal state before returning |