Skip to main content

Update Nominal Code

PUT 

/api/nominal-codes/:nominal_code

Update an existing nominal code.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token.

Request body fields (all optional on update):

  • code (string) — unique code; must not conflict with other records
  • name (string, max:255)
  • type — Allowed values: Revenue, Expense, Asset, Liability, Equity, Bank, Current, Inventory, Fixed, Directcosts, Currliab, Termliab, Sales

Requires permission: nominal_codes.update

Request

Responses

OK

Response Headers
    Content-Type