Skip to content
Longport Whale
Bill Rules

Add Deposit Filter Rule

Submission of the create form on the "Deposit Filter Setting" sub-tab (templateId=atm_deposit_filter_rule) of the Bill Rules page; whether each field is required is determined dynamically by its corresponding xxx_switch config (at least one must be filled, or the front end blocks with a prompt).

POSThttps://b-api.longbridge.xyz/atm/deposit/filter/rule

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

payer_bank_accountstring

Payer Bank Account. Whether it is required depends on the payer_bank_account_switch toggle.

payer_namestring

Payer Name. Whether it is required depends on the payer_name_switch toggle.

currencystring

Currency. Whether it is required depends on the currency_switch toggle; the dropdown enum comes from ref global_currency_filter_by_account_channel.

lb_bank_accountstring

LB Bank Account. Whether it is required depends on the lb_bank_account_switch toggle.

business_typestring

Business Type. Whether it is required depends on the business_type_switch toggle; the dropdown enum comes from ref atm_bank_business_type.

bank_remarkstring

Bank Remark. Whether it is required depends on the bank_remark_switch toggle.

bank_ret_msgstring

Bank Return Message. An optional field; the front end sets no required validation.

audit_frontend_resourceobject

Audit Frontend Resource. Audit information automatically attached by the front end, containing $behavior and $action='add'.

Responses

HTTP 200No confirmable field definitions are available for the response yet.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs