https://b-api.longbridge.xyz/billing/company_feeAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Company Fee Record ID. The rate record id; displayed and submitted with the form when editing.
Custodian/Company ID. In edit mode this field is not editable; the original value is only displayed and submitted with the form.
Billing Item ID. The selected billing-item id; populated from the detail data in edit mode.
Billing Item Snapshot. A billing-item object, containing fields such as id/name_loc.
Metric Type. Values come from the billing_fee_metric_type dynamic enumeration and are not fixed.
Threshold. Required when metric_type is not "charge by contract count"; a numeric string with up to 10 decimal places.
Fee Rate Type. Enum from billing_package_fee_type_ref: 1=fixed rate (FIXED), 2=floating rate (FLOAT), 6=tiered rate (SINGLE_STEP), 7=floating tiered (FLOAT_SINGLE_STEP); agent billing does not support monthly tiers (3).
Calculation Method. Derived from fee_rate_type: floating types (2, 7) are "2", the rest are "1".
Fixed Rates. Used when fee_rate_type=1 (fixed rate); each element is { fee_rate: string }.
Rate Rules. The final rate structure generated based on fee_rate_type; elements contain fields such as gt/lte/fee_rate.
Currency. Values come from the global_currency_filter_by_account_channel dynamic enumeration and are not fixed.
Minimum Fee. A numeric string.
Maximum Fee. A numeric string.
Max Metric Config. The raw form object { max_metric_type, max_metric_rate }.
Max Metric Type. 0 = disabled, 1 = enabled; expanded from max_metric.max_metric_type.
Max Metric Rate. The rate value when the maximum-ratio limit is enabled; divided by 100 before submission.
Granularity. Values come from the billing_fee_granularity dynamic enumeration and are not fixed.
Min Metric Config. The form's raw object { min_metric_type, min_metric_rate }.
Min Metric Type. Expanded from min_metric.min_metric_type.
Min Metric Rate. Expanded from min_metric.min_metric_rate.
Cutoff Method. Values come from the billing_fee_cutoff_method dynamic enumeration and are not fixed.
Cutoff Digits. Values come from the billing_cutoff_digit dynamic enumeration and are not fixed.
Metric Cycle Type. Fixed logic: 4 when fee_rate_type is monthly-tiered (3), otherwise 0; always 0 for agent billing.
Special Fee Conditions. The array of differentiated rate conditions maintained by the SpecialFeeFields component.
Frontend Audit Snapshot. Audit metadata attached on submit; in the edit scenario it always includes { isEdit: true } and the original detail data.
Responses
HTTP 200No confirmable field definitions are available for the response yet.codemessagedatadataobjectdata structureNo nested fields