Skip to content
Corp Action Management

Edit Voting Instruction

Adds, modifies, or deletes a client's voting instructions and attendance details under a shareholders' meeting (Voting) corporate action.

Request parameters

  • Required: ann_id (announcement ID), aaid (account ID), and voting_infos (voting instruction list).
  • Optional: attendee_info (attendee details).
  • voting_infos must have the same length as the number of proposals returned by the server, and each item's chosen_proxy_serial must be unique.
  • attendee_info only takes effect when attend_type is 1 (proxy voting) or 2 (attend in person); its field values may contain English letters and punctuation only.

Result

On success, the voting instructions are updated and the result is returned in data. Interpret the outcome together with the business code.

POSThttps://b-api.longbridge.xyz/corporate_action/edit/voting/instruction

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

ann_idstringrequired

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

aaidintegerrequired

Account ID identifying the target client account whose voting instructions are edited.

voting_infosarray<object>required

List of voting instructions. The array length must equal the number of proposals returned by the server, and each chosen_proxy_serial must be unique.

Child attributes
chosen_proxy_serialstringrequired

Proxy serial identifying the proposal; matches proxy_serial returned by "Query Voting Info".

voteintegerrequired

Vote cast on this proposal.

0 · Unspecified1 · Approve2 · Against3 · Abstention

attendee_infoobject

Attendee details. Only takes effect when attend_type is 1 (proxy voting) or 2 (attend in person); otherwise the server ignores the following fields. Field values may contain English letters and punctuation only.

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.

Responses

HTTP 200The request was processed successfully. data carries the result of the edit operation.
Standard response envelopecodemessagedata
datastringdata structure

Result of the edit operation.

No nested fields

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