Skip to content
Fund File

Add Fund File

Add Fund File.

Request parameters

  • Required: name_locales (Display Name (Locales)), link_locales (File Link (Locales)), scenarioes (Usage Scenario), file_type (File Type)
  • Optional: file_name_locales (Original File Name (Locales)), remark (Remark), user_group_ids (User Group IDs), audit_frontend_resource (Audit Context)
  • 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.lbkrs.com/funds/admin/add-fund-file

Production: https://b-api.lbkrs.com · Test: https://b-api.longbridge.xyz

Authorization

AuthorizationstringheaderRequired

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

Permission

fund.fund_file_update

The Broker ACCESS_TOKEN must be granted the permission below, or the call will be rejected.

Request body application/json

name_localesstringrequired

Display Name (Locales). A JSON string whose key is the language (zh-CN/zh-HK/en) and whose value is the display name for that language.

link_localesstringrequired

File Link (Locales). A JSON string that collects the identifiers and names of the files uploaded for each locale, submitted after encoding.

file_name_localesstring

Original File Name (Locales). A JSON string mapping each language to the original uploaded file name.

remarkstring

Remark.

scenarioesstringrequired

Usage Scenario. Multi-select; submitted as an array of selected enum values.

popup_fund_details_subscriptionpopup_aip_submitinline_fund_order_subscriptioninline_fund_order_redemptioninline_fund_details_profileinline_private_fund_details_fundamental_information

user_group_idsstring

User Group IDs.

file_typenumberrequired

File Type. The client passes a fixed value of 7, representing the "Fund File" type; not an editable field.

audit_frontend_resourceobject

Audit Context. An audit-trail object assembled by the client, containing snapshots of the operation type, name, remarks, per-language files, scenario, user group, and so on, used for back-office auditing. It is not a business field entered directly by the user.

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