https://b-api.longbridge.xyz/admin/transfer/out/applyAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Asset Account ID. Asset Account ID associated with this request.
Member ID. Member ID associated with this request.
Source Flag. Always sends 'bo' (back office).
Receiving Broker. Broker dropdown with an additional id = 0 option representing Other Broker.
Name of Receiving Broker. Must be filled in manually when broker_id = '0' (other broker); otherwise auto-populated from the selected broker record.
CCASS / DTC No.. Must be filled in manually when broker_id = '0' (other broker); otherwise auto-populated from the selected broker record.
Account Name. A dropdown selection; the data source is the list of client names.
A/C No.. Specifies A/C No..
Broker Name (submit). A computed field: when broker_id ≠ '0' it takes the selected broker's name, otherwise it takes name_en.
Account Channel. The currently logged-in channel, obtained automatically; not manually entered by the user.
Transfer Out Stock List. Multiple groups can be added/removed dynamically; each group's structure is described by the stocks[] fields below.
Stock (Counter ID). Select the instrument; upon selection, market/name_en/code and custodian-holding info are populated in cascade.
Whether It Is a Physical Stock. Specifies Whether It Is a Physical Stock. This field is required.
Allowed values:
1- Yes0- No
10
Custodian. A dropdown selection; after an instrument is selected, options are provided by the holdings-query result or the clear_custodian_no_all dynamic enumeration.
Call GET /v1/datasets/refs/clearing_custodians to retrieve the current data dictionary, and use the returned entry's key as this field's value.
Depot. A dropdown selection, sourced from holdings information or the clear_sub_position_no_all dynamic enumeration.
Call GET /v1/datasets/refs/custodian_sub_positions to retrieve the current data dictionary, and use the returned entry's key as this field's value.
Street Amount. A non-negative integer, defaults to 0, populated automatically from the holdings query, editable.
Nominee Amount. A non-negative integer, defaults to 0, populated automatically from the holdings query, editable.
Own Amount. A non-negative integer, defaults to 0, populated automatically from the holdings query, editable.
Total Amount. Auto-computed as street_amount + nominee_amount + own_amount; must be a positive integer, converted to a string on submit.
Market. Populated automatically from the selected counter_id.
Stock Name (English). Populated automatically from the selected counter_id.
Stock Code. Populated automatically from the selected counter_id.
Responses
HTTP 200The request was processed successfully. The response data does not contain additional business fields.codemessagedatadataobjectdata structureNo nested fields
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