Skip to content
Longport Whale
Entry Rules

Rules

Query the Rules list.

POSThttps://b-api.longbridge.xyz/v1/datasets/booking_account_entries

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

filtersobject

Filters

Child attributes
filters.idstring

Entry Rule ID

filters.source_idstring

Entry Data Source. Values are dynamically queried from pg_book_account_entries_source (not fixed); fetch them live via GET /v1/datasets/refs/book_entry_data_source.

filters.payment_account_type_idstring

Payment Account Type. Values are dynamically queried from pg_book_account_type (not fixed); fetch them live via GET /v1/datasets/refs/book_account_type.

filters.payment_booking_type_idstring

Payment business type. Values are dynamically queried from pg_book_types (not fixed); fetch them live via GET /v1/datasets/refs/book_business_type.

filters.payee_account_type_idstring

Collecting Account Type. Values are dynamically queried from pg_book_account_type (not fixed); fetch them live via GET /v1/datasets/refs/book_account_type.

filters.payee_booking_type_idstring

Payee business type. Values are dynamically queried from pg_book_types (not fixed); fetch them live via GET /v1/datasets/refs/book_business_type.

filters.name_typesstring

Entry Summary

filters.currencystring

Currency. Values are dynamically queried from global_currency_filter_by_account_channel (not fixed); fetch them live via GET /v1/datasets/refs/tenant_currencies_by_channel.

filters.items_debit_querystring

Items Debit Query. Values are dynamically queried from book_account_entries_items_debit (not fixed); fetch them live via GET /v1/datasets/refs/book_entry_debit_items.

filters.items_credit_querystring

Items Credit Query. Values are dynamically queried from book_account_entries_items_credit (not fixed); fetch them live via GET /v1/datasets/refs/book_entry_credit_items.

pageinteger

Page

page_sizeinteger

Page Size

orderByarray<object>

Order By

Responses

HTTP 200Paginated list result.
Standard response envelopecodemessagedata
dataobjectdata structure
listarray<object>required

List

totalintegerrequired

Total

Whale Docs