Update Journal Entry Line
update_journal_entry_lineChange the ledger account, counterparty, or reporting-group assignments on one accounting transaction's debit or credit line; read the line number first, look up selectable values with the matching list tools, and track the returned requestIds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lineNumber | Yes | Journal entry line number (1-based) | |
| portfolioRef | Yes | Portfolio exact name or slug | |
| workspaceRef | Yes | Workspace exact name or slug | |
| accountNumber | No | Chart-of-accounts number to assign (from list_ledger_accounts) | |
| transactionId | Yes | Portfolio transaction ID | |
| counterpartyName | No | Counterparty name to assign; pass null to unset | |
| responsibilityCenterAssignments | No | Typed responsibility-center assignment set, one per dimension. Replaces the line assignments; pass [] to clear every dimension. Type keys and center names come from list_responsibility_centers. |