Skip to content
Longport Whale
Remarks template

Modify Lookup

Submission from the inline "Edit" dialog in a row of the remark template list; this endpoint is a write operation and involves changes to real remark configuration data.

PUThttps://b-api.longbridge.xyz/atm/modify/lookup

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

idstringrequired

Lookup ID. The primary key of the record to edit.

categorystringrequired

Remark Category. This field is disabled and cannot be modified when editing; values come from the atm_remark_category dynamic enum, with known values: setting_remark_deposit - Deposit, setting_remark_securitiesdeposit - Securities Deposit, setting_remark_securitieswithdrawal - Securities Withdrawal, setting_remark_withdrawal - Withdrawal, setting_remark_accountadjustment - Account Adjustment, setting_remark_withdrawal_reject - Withdrawal Rejection, setting_remark_deposit_reject - Deposit Rejection, setting_remark_deposit_matching - Deposit Matching.

value_cnstringrequired

Remark Content (Simplified Chinese). Up to 128 characters; up to 500 characters when category is setting_remark_withdrawal_reject or setting_remark_deposit_reject.

value_hkstringrequired

Remark Content (Traditional Chinese). The length limit is the same as value_cn.

value_enstringrequired

Remark Content (English). The length limit is the same as value_cn.

prioritynumberrequired

Priority. Value range 1-999999.

audit_frontend_resourceobject

Audit Frontend Resource. Snapshot of the record before modification, used for audit tracing; not a user-entered field.

Responses

HTTP 200No confirmable field definitions are available for the response yet.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs