https://b-api.longbridge.xyz/atm/modify/bank/balanceAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Daily Limit Setup ID of the record to edit, used to locate the target record. This field is required.
The set of daily limit configuration fields to update.
Child attributes
Company bank name. This field cannot be changed when editing and must stay consistent with the original record. This field is required.
Values are dynamic. Call GET /v1/datasets/refs/company_bank_names to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Bank account, multi-select. Join multiple bank account ids with commas, for example 1001,1002; pass all to apply to every account under the selected company bank name. This field is required.
The available values depend on the selected lb_bank_name.
Withdrawal method, multi-select. Join multiple method ids with commas, for example 10,20; pass all to apply to every withdrawal method. This field is required.
The available values depend on the selected lb_bank_name and lb_bank_account_ids.
Currency. This field is required.
This dictionary is filtered by account channel. Values are dynamic; call GET /v1/datasets/refs/tenant_currencies_by_channel to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Daily initial quota, passed as a string-encoded amount. This field is required.
Alarm level of the remaining daily quota, passed as a string-encoded amount. An alert is triggered when the remaining daily quota falls below this value. This field is required.
Remark, optional. Free-text note recording additional information about this configuration.
Caller-provided audit context used for operation logging, optional. Typically carries key information about the record being edited.
Responses
HTTP 200The request was processed successfully. The response data does not contain additional business fields.codemessagedatadataobjectdata structureNo nested fields
HTTP 400Bad request. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields
HTTP 401The user is not authenticated, or the login session has expired.codemessagedatadataobjectdata structureNo nested fields
HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.codemessagedatadataobjectdata structureNo nested fields
HTTP 408The request timed out. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields