Skip to content
Longport Whale
Statement Template

Update Statement Text Config

Submitted from the "Edit" sub-page after viewing details on the Statement Template page to update the statement text configuration.

POSThttps://b-api.longbridge.xyz/portfolio/statement/update_statement_text

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

org_idnumberrequired

Organization ID. Institution ID, default 1.

action_innumberrequired

Action Type. The front end sends 1 (add) or 3 (modify) depending on whether a configuration already exists; the page has no "delete" entry.

keystring

Upload Key. The storage key returned after the image is uploaded.

enobjectrequired

English Text Config. English text content (assembled from the form values).

zhobjectrequired

Simplified Chinese Text Config. Same as en; mirrors its structure.

hkobjectrequired

Traditional Chinese Text Config. Same as en; mirrors its structure.

front_payloadobject

Front Payload. Included only when editing (action_in = 3): { type: 'data_diff', data: <before/after diff> }, used for back-end approval display.

audit_frontend_resourceobject

Audit Frontend Resource. Records the before/after difference of the operation; not a business field.

Responses

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

No nested fields

Whale Docs