Data v1.Transaction
ENTERPRISE

Update a list of transactions

Updates mutable properties of a list of transactions. The following properties are possible to update: amount, categoryId, date, description and notes. Other properties (immutable) and empty fields are ignored. Date is only updated if there is 1 day difference from existing transaction's date. The amount is only updated if there is a difference ≥ 0.001.

put/api/v1/transactions

Request body

Data20v1Transaction required— unresolved $ref

Response

No Content

Changes