Skip to main content

Bulk Replace Nominal Codes

POST 

/api/accounting/transactions/bulk-replace-nominal-codes

Replaces the nominal code on all lines of the specified transactions where the old nominal code is used.

Authentication: Requires Bearer token

Required fields:

  • ids: array of transaction IDs (min 1)
  • old_nominal_code_id: integer
  • new_nominal_code_id: integer
  • is_locked: boolean (whether to lock the transactions after replacing)

Request

Responses

Successful response