Skip to main content
Input object Input for updating transaction metadata (memo, category, attachment). Only provided fields are updated — omitted fields are left unchanged. Set a field to null to clear it.

Input fields

UUID!
required
The record ID of the transaction to update.
String
User-defined memo to attach to this transaction. Max 255 characters. Set to null to clear.
String
Category name to attach to this transaction. Set to null to clear.
String
ID of a previously uploaded attachment (PDF or PNG). Use the /api/v1/file-upload/transaction-memo-attachment endpoint to upload. Set to null to clear.
UpdateErpTransactionMetadataInput
Optional ERP-aware categorization to apply in the same call. See UpdateErpTransactionMetadataInput for the full null/omission semantics. If this portion fails, the whole call fails and nothing is updated.