Skip to content
Fund File

Edit Fund File

Edit Fund File.

Request parameters

  • Required: id (Fund File ID), name_locales (Display Name (Locales)), link_locales (File Link (Locales)), scenarioes (Usage Scenario)
  • 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/edit-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

idstringrequired

Fund File ID. Fund File ID associated with this request.

name_localesstringrequired

Display Name (Locales). A JSON string whose keys are languages (zh-CN/zh-HK/en) and whose values are the display names for the corresponding language.

link_localesstringrequired

File Link (Locales). A JSON string containing the key and name of the uploaded file for each language 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. The list of selected user group IDs.

audit_frontend_resourceobject

Audit Context. Audit-trail object, containing the operation type, the post-edit content, and the pre-edit snapshot, used for backend auditing; not a business field filled in 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