Fail CRM Prop Trading Users
POST /public/v1/propTrading/users/failed
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 |
| allow_retry | boolean | Mandatory | allow a retry when prop trading user has retry counts | |
| reason | string | Optional | fail reason | |
| notify | boolean | Optional | send mail notify | |
| pop_up | boolean | Optional | send pop up |
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 |