Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ClientKey ClientKey Route The client key uniquely identifying a client.
    OverallSuitability SuitabilityLevel Body The overall suitability level of a client.
    ProductAreaSuitability ProductArea [] Body The list of product areas for which the client is suitable.
  • Response Parameters

    View Response Codes

    There are no response parameters

  • Request Example

    Request URL
    PUT /at/v3/tradeFollowers/{ClientKey}/suitabilitystatus
    Request Body
    {
      "OverallSuitability": "Medium",
      "ProductAreaSuitability": [
        "FXSpot",
        "FXForwards",
        "FXOptions",
        "Futures",
        "ContractOptions",
        "CFDs",
        "Stocks",
        "Bonds",
        "MutualFunds",
        "CfdCommodities"
      ]
    }