Skip to content
Corp Action Management

Query Voting Customer Details

Queries a client's voting instruction details and attendance information under a shareholders' meeting (Voting) corporate action.

Request parameters

  • Required: ann_id (announcement ID) and aaid (account ID).
  • The two parameters together identify the target client and shareholders' meeting.

Response

On success, returns the client's attendance information (attendee_info) and per-proposal voting instructions (voting_infos).

POSThttps://b-api.longbridge.xyz/corporate_action/query/voting/customer/details

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

ann_idintegerrequired

Announcement ID identifying the target shareholders' meeting (Voting) corporate action.

aaidintegerrequired

Account ID identifying the target client account whose voting details are queried.

Responses

HTTP 200The request was processed successfully. data contains the client's attendance information and per-proposal voting instructions.
Standard response envelopecodemessagedata
dataobjectdata structure
attendee_infoobjectrequired

Attendee information.

Child attributes
attend_typeinteger

Way of participating in the shareholders' meeting.

0 · Unspecified1 · Proxy Voting2 · Attend In Person3 · Attend By Proxy

attendee_namestring

Attendee's name.

attendee_identification_numberstring

Attendee's identification number.

attendee_addressstring

Attendee's address.

attendee_genderstring

Attendee's gender.

voting_infosarray<object>required

Per-proposal voting instructions.

Child attributes
chosen_proxy_serialstring

Proxy serial of the proposal.

voteinteger

Vote cast on this proposal.

0 · Unspecified1 · Approve2 · Against3 · Abstention

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