Skip to content
Cash

Back Office Temporary Adjustment List

Queries Back Office Temporary Adjustment List data. Combine business filters in filters, and use page and page_size to control pagination.

Response

On success, the API returns the matching records and pagination metadata. See each filter field for its purpose, allowed values, and dynamic value source.

GEThttps://b-api.longbridge.xyz/v1/datasets/account_temporary_adjust_cash_list

This 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

AuthorizationstringheaderRequired

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

Query parameters

filtersobject

Filters. Combines business filters. Omit a filter field to disable that filter.

Child attributes
aaidstring

AAID. Filters results by AAID.

directionstring

Adjustment Direction. Filters results by Adjustment Direction.

Allowed values: DEBIT, CREDIT

DEBITCREDIT

biz_codestring

Biz Code. Filters results by Biz Code.

Allowed values:

  • LCTPCR - Cash Temporary Increase [LCTPCR]
  • LCTPDR - Cash Temporary Decrease [LCTPDR]

LCTPCRLCTPDR

ticket_statusstring

Approval Status. Filters results by Approval Status.

Allowed values:

  • WAIT_APPROVE - Under Approval
  • APPROVED - Approved
  • REJECTED - Rejected
  • CLOSE - Close
  • NONE - Not Need

WAIT_APPROVEAPPROVEDREJECTEDCLOSENONE

statusstring

Status. Filters results by Status.

Allowed values:

  • ADJUSTED - Adjusted
  • EXPIRED - Expired
  • FAILED - Failed
  • EXPIRE_FAILED - Expire Failed

ADJUSTEDEXPIREDFAILEDEXPIRE_FAILED

pageinteger

Page number to retrieve, starting from 1.

page_sizeinteger

Page Size. Number of records to return per page.

Responses

HTTP 200On success, returns paginated Back Office Temporary Adjustment List records together with pagination metadata such as the page number, page size, and total record count.
Standard response envelopecodemessagedata
dataobjectdata structure
listarray<object>required

List. Returned value: List of list.

Child attributes
aaidstring

A/C No. Returned value: A/C No.

aaid_valstring

A/C No (raw value). Raw value of aaid. The aaid field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

account_channelstring

Channel. Returned value: Channel.

biz_codestring

Biz Code. Returned value: Biz Code.

biz_code_valstring

Biz Code (raw value). Raw value of biz_code. The biz_code field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

currencystring

Currency. Returned value: Currency.

amount_or_quantitystring

Amount. Returned value: Amount.

directionstring

Adjustment Direction. Returned value: Adjustment Direction.

direction_valstring

Adjustment Direction (raw value). Raw value of direction. The direction field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

remarkstring

Remarks. Returned value: Remarks.

ticket_statusstring

Approval Status. Returned value: Approval Status.

ticket_status_valstring

Approval Status (raw value). Raw value of ticket_status. The ticket_status field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

ticket_idstring

Ticket No. Returned value: Ticket No.

expire_timestring

Expiry Date. Returned value: Expiry Date. The date or time format follows the value returned by the API.

statusstring

Status. Returned value: Status.

status_valstring

Status (raw value). Raw value of status. The status field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

expire_responsestring

Adjustment Status. Returned value: Adjustment Status.

expire_response_valstring

Adjustment Status (raw value). Raw value of expire_response. The expire_response field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

created_atstring

Created At. Returned value: Created At. The date or time format follows the value returned by the API.

adjust_timestring

Updated At. Returned value: Updated At. The date or time format follows the value returned by the API.

ticket_creatorstring

Submitted By. Returned value: Submitted By.

ticket_creator_valstring

Submitted By (raw value). Raw value of ticket_creator. The ticket_creator field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

ticket_approvedstring

Approved By. Returned value: Approved By.

ticket_approved_valstring

Approved By (raw value). Raw value of ticket_approved. The ticket_approved field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

expire_exec_timestring

Expired At. Returned value: Expired At. The date or time format follows the value returned by the API.

expire_operatorstring

Cancelled By. Returned value: Cancelled By.

expire_operator_valstring

Cancelled By (raw value). Raw value of expire_operator. The expire_operator field contains the display value resolved through a dictionary or related record; this field contains the underlying code or ID.

totalintegerrequired

Total. 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.
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