Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    Amount Number Body The withdrawal amount
    InvestmentId Integer Route Id of the investment portfolio to update
    TargetAccountKey AccountKey Body The target account for transfer of amount withdrawn.
  • Response Parameters

    View Response Codes

    There are no response parameters

  • Request Example

    Request URL
    PUT /at/v3/investments/1505/withdraw
    Request Body
    {
      "Amount": 10000,
      "TargetAccountKey": "nUAg42i1-LI7kgWmWfSoaw=="
    }