Skip to content
CRS Data

Get Controlling Persons

Get the controlling persons for the account identified by account_no.

Request parameters

  • Required: account_no (account number)

Result

On success, the controlling-person information for the account is returned in the response data.

POSThttps://b-api.lbkrs.com/crs/get_controlling_persons

Production: https://b-api.lbkrs.com · Test: https://b-api.longbridge.xyz

Authorization

AuthorizationstringheaderRequired

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

Permission

report.crs_data

The Broker ACCESS_TOKEN must be granted the permission below, or the call will be rejected.

Request body application/json

account_nostringrequired

Account number whose controlling persons are queried. This field is required.

Responses

HTTP 200The request was processed successfully. data carries the controlling-person information for the account.
Standard response envelopecodemessagedata
dataobjectdata structure
listarray<object>
Child attributes
idstring
account_nostring
res_country_codestring
country_codestring
tinstring
first_namestring
last_namestring
addressstring
birthdaystring
typestring
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