https://b-api.longbridge.xyz/v1/datasets/booking_account_entriesThis Dataset query is read-only. Use GET by default. If the encoded query parameters are too large, send the same parameters as a JSON body with POST to the same path.
Authorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Query parameters
Combines business filters. Omit a filter field to disable that filter.
Child attributes
Filters results by Entry Rule ID.
Filters results by Entry Data Source.
Values are dynamic. Call GET /v1/datasets/refs/book_entry_data_source to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Filters results by Payment Account Type.
Values are dynamic. Call GET /v1/datasets/refs/book_account_type to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Filters results by Payment business type.
Values are dynamic. Call GET /v1/datasets/refs/book_business_type to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Filters results by Collecting Account Type.
Values are dynamic. Call GET /v1/datasets/refs/book_account_type to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Filters results by Payee business type.
Values are dynamic. Call GET /v1/datasets/refs/book_business_type to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Filters results by Entry Summary.
Filters results by Currency.
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.
Filters results by Items Debit Query.
Values are dynamic. Call GET /v1/datasets/refs/book_entry_debit_items to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Filters results by Items Credit Query.
Values are dynamic. Call GET /v1/datasets/refs/book_entry_credit_items to retrieve the current data dictionary, and use the returned entry's key as this parameter's value.
Page number to retrieve, starting from 1.
Number of records to return per page.
Responses
HTTP 200On success, returns paginated Rules records together with pagination metadata such as the page number, page size, and total record count.codemessagedatadataobjectdata structureReturned value: List of list.
Child attributes
Returned value: Unique identifier of the current record.
Returned value: Entry Data Source.
Raw value of source_id. The source_id field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Payment Account Type.
Raw value of payment_account_type_id. The payment_account_type_id field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Payment Business Type.
Raw value of payment_booking_type_id. The payment_booking_type_id field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Paying Securities Account.
Returned value: Collecting Account Type.
Raw value of payee_account_type_id. The payee_account_type_id field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Collecting Business Type.
Raw value of payee_booking_type_id. The payee_booking_type_id field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Receiving Securities Account.
Returned value: Channel.
Returned value: User Account Type.
Raw value of user_account_type. The user_account_type field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Currency.
Raw value of currency. The currency field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Securities trader.
Raw value of org_id. The org_id field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Trade direction.
Raw value of trade_direction. The trade_direction field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Nature of account.
Raw value of nature_type. The nature_type field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Bank Account.
Raw value of bank_account. The bank_account field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Remark.
Returned value: Amount plus or minus.
Raw value of amount_plus_or_minus. The amount_plus_or_minus field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Entry Summary.
Returned value: Entry Summary.
Returned value: Debit Account Name (Level 3).
Returned value: Credit Account Name (Level 3).
Returned value: Debit Account.
Returned value: Credit Account.
Returned value: Debit AE code.
Raw value of debit_display_broker. The debit_display_broker field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Credit AE code.
Raw value of credit_display_broker. The credit_display_broker field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.
Returned value: Updated Time. The date or time format follows the value returned by the API.
Returned value: Total number of matching records, used for pagination.
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