Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    AccountGroupKey AccountGroupKey Route Unique key of the account group to change.
    AccountValueProtectionLimit Number Body If set, this value shields the account value from going below the given limit by automatically triggering closing of positions should the limit be exceeded. A limit of zero means there is no limit.
    ClientKey ClientKey Query-String The key of the client to which the account group belong.
  • Response Parameters

    View Response Codes

    There are no response parameters

  • Request Example

    Request URL
    PATCH /port/v1/accountgroups/LZTc7DdejXODf-WSl2aCyQ==?ClientKey=5DG7K1P5cqYBZ77tl7Af4w==
    Request Body
    {
      "AccountValueProtectionLimit": 10
    }