https://b-api.longbridge.xyz/book/account_entry_detail_v3Authorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Id of the entry rule to retrieve.
Responses
HTTP 200The request was processed successfully. data contains the full configuration of the entry rule.codemessagedatadataobjectdata structureFull configuration of the entry rule. Fields correspond to the request parameters of Create Or Modify Account Entries.
Entry rule id.
Entry data source. The value comes from the book_entry_data_source dynamic enum and determines the visibility and required status of subfields such as payment_* / payee_*.
Call GET /v1/datasets/refs/book_entry_data_source to retrieve the current data dictionary.
Payment account type. The value comes from the book_entry_account_types dynamic enum (cascading with source_id).
Call GET /v1/datasets/refs/book_entry_account_types to retrieve the current data dictionary.
Payment booking type. The value comes from the book_business_types_by_source dynamic enum (cascading with source_id).
Call GET /v1/datasets/refs/book_business_types_by_source to retrieve the current data dictionary.
Paying securities account, corresponding to the payer member's aaid/origin_id.
Payer member id, associated with payment_channel_account and used to prefill the payer selection.
Payment business group. The value comes from the book_business_groups dynamic enum.
Call GET /v1/datasets/refs/book_business_groups to retrieve the current data dictionary.
Payee account type. The value comes from the book_entry_account_types dynamic enum (cascading with source_id).
Call GET /v1/datasets/refs/book_entry_account_types to retrieve the current data dictionary.
Payee booking type. The value comes from the book_business_types_by_source dynamic enum (cascading with source_id).
Call GET /v1/datasets/refs/book_business_types_by_source to retrieve the current data dictionary.
Receiving securities account, corresponding to the payee member's aaid/origin_id.
Payee member id, associated with payee_channel_account and used to prefill the payee selection.
Channel; populated under some data sources.
User account type.
0 · Not Match1 · Cash2 · Margin3 · House
Currency, multi-value. The values come from the tenant_currencies_by_channel dynamic enum.
Call GET /v1/datasets/refs/tenant_currencies_by_channel to retrieve the current data dictionary.
Broker org. The value comes from the book_brokers dynamic enum.
Call GET /v1/datasets/refs/book_brokers to retrieve the current data dictionary.
Trade direction.
SELL · SELLBUY · BUY
Nature type. Populated only when the data source is a bank.
client · Clienthouse · House
Bank account. The value comes from the book_entry_bank_accounts dynamic enum, and is populated only when the data source is a bank.
Call GET /v1/datasets/refs/book_entry_bank_accounts to retrieve the current data dictionary.
Remark, up to 100 characters.
Whether the amount is positive or negative.
PLUS · Positive amountMINUS · Negative amount
Entry summary (name types) configuration; each item corresponds to one summary-concatenation rule. Sub-structure:
name_type(string):1for fixed text,2for a referenced field type.name(string, optional): fixed text.name_field_type(string, optional): when using a referenced field type, an available summary-field type returned for the selected data source.
Child attributes
Summary type: 1 fixed text, 2 referenced field type.
Fixed text content (used when name_type is 1).
Referenced summary-field type (used when name_type is 2).
Debit account feature. The value comes from the book_account_features dynamic enum (with an additional "All" option).
Call GET /v1/datasets/refs/book_account_features to retrieve the current data dictionary.
Debit account code path, ordered from the top level down to the leaf level; the last element is the debit leaf-level (level 3) account code.
Debit amount type.
AMOUNT_ABS · The absolute value of the billAMOUNT_NEG · The opposite of the bill amountAMOUNT_ORIGIN · Original bill amount
Whether the debit side shows the broker (AE) account.
yes · Yesno · No
Credit account feature. The value comes from the book_account_features dynamic enum (with an additional "All" option).
Call GET /v1/datasets/refs/book_account_features to retrieve the current data dictionary.
Credit account code path, ordered from the top level down to the leaf level; the last element is the credit leaf-level (level 3) account code.
Credit amount type. Kept consistent with the debit amount type.
AMOUNT_ABS · The absolute value of the billAMOUNT_NEG · The opposite of the bill amountAMOUNT_ORIGIN · Original bill amount
Whether the credit side shows the broker (AE) account.
yes · Showno · Not Show
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