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.

Path Params
int64
required

Id of the transaction entry returned by GET /transactions or POST /transactions.

Body Params
number

New absolute amount. Always provide a positive value; the original direction (income or expense) is preserved.

integer

New item categorization id. Must be a valid id from GET /income_items when the entry's direction is income, or GET /expense_items when it is expense.

integer

New payment method id. Must be a valid id from GET /income_methods when the entry's direction is income, or GET /expense_methods when it is expense.

string

New action time. Accepts ISO 8601 (YYYY-MM-DDTHH:MM:SSZ).

string

New free-form note (max 500 characters).

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json