v1
latestOpenAPI 3.0.02026-07-26866217.8 KBIncomes & Expenses
Update Transaction
Update an existing transaction entry. Only the fields listed below can be modified. The entry's direction, link target (related property / reservation / operator) and currency are immutable; if you need to change any of these, delete the entry and create a new one.
patch/transactions/{id}
Path parameters
idinteger required
Id of the transaction entry returned by GET /transactions or POST /transactions.
Request body
Response
The transaction entry has been successfully updated.
Example response
{
"error_msg": "Done."
}