Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    AccountKey AccountKey Body Unique identifier of an Account.
    FeeDisclaimerKey String Body The key provided when rendering possible fees that may be incurred by the client due to this voting action.
    JobNumber String Route 6-character identifier for proxy event.
  • Response Parameters

    View Response Codes
    Name Type Description
    ActionUrl String The URL to participate in the proxy voting event.
  • Request Example

    Request URL
    POST /ca/v2/proxyvoting/events/S12835/fees/actions/accept
    Request Body
    {
      "AccountKey": "D-agw6s4EpEjuiR8O0JaP1==",
      "FeeDisclaimerKey": "123456789"
    }
    
  • Response Example

    Response body
    {
      "ActionUrl": "https://noaction.com"
    }