latestOpenAPI 3.0.12026-08-16171142480.4 KB

ff1699330afa

Account API

Create an account feature

post/rest/api/v1/accounts/{accountId}/features

Path parameters

accountIdstring uuid required

Request body

accountIdstring uuid

You have to set it during resource creation, after that, it is only read-only

copierIdstring uuid

You have to set it during resource creation, after that, it is only read-only

createdstring date-time

ISO 8601

featureIdstring uuid

You have to set it during resource creation, after that, it is only read-only. Use this to attach copier features to a Signal Follower feature.

idstring uuid
projectIdstring uuid

You have to set it during resource creation, after that, it is only read-only

Example request

{
  "setting": {
    "maxLotSize": 10,
    "minLotSize": 0.01
  }
}

Response

OK

accountIdstring uuid

You have to set it during resource creation, after that, it is only read-only

copierIdstring uuid

You have to set it during resource creation, after that, it is only read-only

createdstring date-time

ISO 8601

featureIdstring uuid

You have to set it during resource creation, after that, it is only read-only. Use this to attach copier features to a Signal Follower feature.

idstring uuid
projectIdstring uuid

You have to set it during resource creation, after that, it is only read-only

Example response

{
  "setting": {
    "maxLotSize": 10,
    "minLotSize": 0.01
  }
}