Skip to content
Longport Whale
Remarks template

Add Lookup

Submitted from the "Create" dialog on the Remarks Template page to add a predefined remark. Fields include category, value_cn, value_hk, value_en, priority, and id (id is used only in the edit case). Involves real business-parameter data changes.

POSThttps://b-api.longbridge.xyz/atm/add/lookup

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

categorystringrequired

Remark Category. Values come from the atm_remark_category dynamic enumeration; not a fixed set.

prioritynumberrequired

Priority. A positive integer in the range 1–999999.

value_cnstringrequired

Remark Content (zh-CN). From the locales-textarea form field, locales['zh-CN']; up to 500 characters under the withdrawal-reject / deposit-reject categories, and up to 128 for other categories.

value_hkstringrequired

Remark Content (zh-HK). From the locales-textarea form item, locales['zh-HK'].

value_enstringrequired

Remark Content (en). From the locales-textarea form item, locales['en'].

Responses

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

No nested fields

Whale Docs