v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Accounting Transactions

Update Custom Fields

Update the values of custom fields related to an accounting transaction. All custom fields need to be provided, by not providing a custom field, the value of that custom field will be removed, i.e. set to null.

patch/accounting/transactions/{accountingTransactionId}/custom-fields

Path parameters

accountingTransactionIdstring uuid required

The unique identifier of the accounting transaction.

Request body

Response

Accepted

idstring uuid

The id of the custom field used on this accounting transaction.

valuestring

The value of the custom field on this accounting transaction.

labelstring

The label of the custom field used on this accounting transaction.

type'TEXT' | 'SELECT'

The type of the custom field used on this accounting transaction.