https://b-api.longbridge.xyz/risk/v1/global_credit_cfg/modify_reviewAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
ID of the global credit configuration record to modify. This field is required.
Credit type. The value comes from the credit-type data dictionary. This field is required.
Example: 1 denotes Margin Credit Limit.
Currency of the credit limit. This field is required.
Maximum credit amount that can be submitted from the app; must be a multiple of 1000. This field is required.
Maximum limit for system auto-approval; must be a multiple of 1000. This field is required.
Declared net-asset-value multiple, passed as a string. Required only when credit_type is 1 (Margin Credit Limit); omit for other credit types.
Account fundamental analysis factor (FPS), ranging from 0 to 1. Required only when credit_type is 1 (Margin Credit Limit).
Credit conversion factor (CCF), passed as a decimal. It is entered as a percentage (0–100) and must be divided by 100 before submission; for example, submit 1 for 100%. This field is required.
Whether auto-credit is enabled: true to enable, false to disable. This field is required.
Default credit multiplier coefficient. This field is required.
Whether tiered credit-coefficient rules are enabled. Set to true when credit_coefficient_rule_list is non-empty.
Array of tiered credit-coefficient rules. Each item maps a value range of a given metric (such as client net assets) to a credit coefficient. Omit or pass an empty array when no tiered rules are configured.
Child attributes
Metric type matched by the rule; the value comes from the credit-coefficient-rule-type dictionary, for example 0 for client net assets.
Credit coefficient applied when this range is matched.
Comparison operator for the lower bound; use the "unlimited" marker when the bound is open.
Comparison operator for the upper bound; use the "unlimited" marker when the bound is open.
Value of the lower bound; may be empty when the lower bound is unlimited.
Value of the upper bound; may be empty when the upper bound is unlimited.
Caller-provided audit context recorded for this modification (for example, a snapshot of the record before the change).
Responses
HTTP 200The request was processed successfully. An approval ticket is created, and data.ticket_id contains the generated ticket ID.codemessagedatadataobjectdata structureResult of the review submission.
ID of the approval ticket created after submission; use it to track the approval progress.
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