Upgrade CRM Prop Trading Users
POST /public/v1/propTrading/users/upgrade
Request Body
| Key | Type | Required | Rule | Description |
|---|---|---|---|---|
| init_request_id | string | Optional | request id of join prop trading | |
| connection_id | string | Optional | connection id | |
| trading_id | string | Optional | trading account id | |
| user_id | string | Optional | user id | |
| platform | string | Optional | mt4,mt5,fortex | trading platform |
Tip
- init_request_id and user_id must be provided together.
- connection_id,trading_id and platform must be provided together.
Warning
init_request_id and connection_id — only one of them can be provided.
Expected HTTP status code
- 200
Error
| Code | Type | Description |
|---|---|---|
400 | prop_trading_user_status_not_ongoing | Prop Trading User's status is not ongoing |
400 | prop_trading_user_not_exsits | Cannot find Prop Trading User |
400 | prop_trading_user_is_last_step | Prop Trading User is last step |
400 | prop_user_has_positions | Prop Trading User has positions |