https://b-api.longbridge.xyz/corporate_action/edit/voting/instructionAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Announcement ID identifying the target shareholders' meeting (Voting) corporate action.
Account ID identifying the target client account whose voting instructions are edited.
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
Proxy serial identifying the proposal; matches proxy_serial returned by "Query Voting Info".
Vote cast on this proposal.
0 · Unspecified1 · Approve2 · Against3 · Abstention
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
Way of participating in the shareholders' meeting.
0 · Unspecified1 · Proxy Voting2 · Attend In Person3 · Attend By Proxy
Attendee's name.
Attendee's identification number.
Attendee's address.
Attendee's gender.
Responses
HTTP 200The request was processed successfully. data carries the result of the edit operation.codemessagedatadatastringdata structureResult of the edit operation.
No 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