REST API call: editTransaction
From Moneytrackin' help
Edit a transaction
Arguments
transactionID - ID of the transaction to edit.
projectID - ID of the project (returned in function listProjects).
Specify an empty string to reference the main account
description - Transaction's description
amount - Transaction's amount (e.g: 12.33 -129.7)
date - Transaction date in ISO 9601 format (YYYY-MM-DD). leave empty for the current date
tags - Transaction's tags alphanumeric, space separated
Example response
<?xml version='1.0' encoding='UTF-8'?> <result code="done"/>