Skip to content
Longport Whale
Transfer In

Update Rollover State

Multiple entries on the Transfer In list/detail share this interface: submit (state=1), edit (state=2), reject (state=3); the submit/edit form fields are securities_notify_state (whether to notify the broker) and remark, while the reject form fields are remark-related.

POSThttps://b-api.longbridge.xyz/v2/atm/rollover/state/update

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

idsstringrequired

Rollover Order IDs. Supports batches; the array has length 1 for a single selection.

statestringrequired

Target State. enum: 1 = submit/approve, 2 = edit back-office status, 3 = reject.

notify_statenumber

Notify Broker State. 0 = do not notify, 1 = notify; derived from the securities_notify_state checkbox only in the Submit/Edit flow.

remarkstring

Remark. Usually required in the rejection flow; up to 500/128 characters depending on the form scenario.

audit_frontend_resourceobject

Audit Frontend Resource

Responses

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

No nested fields

Whale Docs