Skip to content
Chart of Accounts

Update Account Items

Update Account Items.

Request parameters

  • Required: id (Account Item ID), feature (Account Feature), level (Account Level), name (Account Name), direct (Account Direction)
  • Optional: outSubjectCode (External Subject Code), audit_frontend_resource (Audit Frontend Resource (Pre-edit Snapshot))
  • See each field for its format, allowed values, and business meaning.

Result

On success, the endpoint completes the operation. See the 200 response schema for returned data and subsequent state information.

POSThttps://b-api.longbridge.xyz/book/updateAccountItems

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Request body application/json

idstringrequired

Account Item ID associated with this request.

featurestringrequired

The account attribute ID; this field is disabled in edit mode but is still submitted with the form.

levelstringrequired

Account level. Read-only when editing but still submitted with the form.

1 · Level 12 · Level 23 · Level 3

namestringrequired

Specifies Account Name. This field is required.

directstringrequired

Debit/credit direction.

1 · Debit2 · Credit3 · Common

outSubjectCodestring

The account code used for syncing to external systems; optional.

audit_frontend_resourceobject

A snapshot of the complete row data before editing, used for back-end audit comparison. It is not a business field.

Responses

HTTP 200The request was processed successfully. The response data does not contain additional business fields.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs