Skip to content
Financing Audit

Edit Financing Pool

Modify IPO Financing Batch.

Request parameters

  • Required: id (Batch ID), financing_limit (Financing Limit), cost_charge_value (Cost Charge Value), rate_day_count (Rate Day Count)
  • Optional: cost_rate (Cost Rate), interest_start_at (Interest Start At), interest_end_at (Interest End At), interest_days (Interest Days), financing_multiple (Financing Multiple), label (Label), parent (Parent), ended_at (Ended At), lb_interest_days (LB Interest Days), minimum_amount (Minimum Amount), display_label (Display Label), start_at (Start At), financing_min (Financing Min), cost_charge_mode (Cost Charge Mode), cost_charge_note (Cost Charge Note), bank_ratio (Bank Ratio), minimum_cash (Minimum Cash)
  • See each field for its format, allowed values, and business meaning.

Result

Returns the ID of the modified financing batch.

POSThttps://b-api.lbkrs.com/v2/ipo/margin/edit

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

Authorization

AuthorizationstringheaderRequired

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

Permission

ipo.financing_batch

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

Request body application/json

idintegerrequired

Batch ID. This field is required.

cost_ratestring

Cost Rate.

interest_start_atinteger

Interest Start At.

interest_end_atinteger

Interest End At.

interest_daysinteger

Interest Days.

financing_multiplestring

Financing Multiple.

financing_limitstringrequired

Financing Limit. This field is required.

labelstring

Label.

parentinteger

Parent.

ended_atinteger

Ended At.

lb_interest_daysinteger

LB Interest Days.

minimum_amountstring

Minimum Amount.

display_labelstring

Display Label.

start_atinteger

Start At.

financing_minstring

Financing Min.

cost_charge_modeinteger

Cost Charge Mode.

12

cost_charge_valuestringrequired

Cost Charge Value. This field is required.

cost_charge_notestring

Cost Charge Note.

rate_day_countintegerrequired

Rate Day Count. This field is required.

bank_ratiostring

Bank Ratio.

minimum_cashstring

Minimum Cash.

Responses

HTTP 200The request was processed successfully. data.id is the ID of the modified financing batch.
Standard response envelopecodemessagedata
dataobjectdata structure
idinteger

Financing Batch ID.

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