POST api/ai-trading-scheduled-plan/AddManualTradingScheduledPlanActivity
POST api/ai-trading-scheduled-plan/AddManualTradingScheduledPlanActivity Body: { "investorId": 1, "dayOfWeek": "Friday", "market": "Forex", "ticker": "USDJPY", "session": "Asian", "openTime": "06:04 UTC", "year": 2026, "month": 5, "day": 29, "notes": "Some textual Description" }
Request Information
URI Parameters
None.
Body Parameters
AddManualTradingScheduledPlanActivityDto| Name | Description | Type | Additional information |
|---|---|---|---|
| investorId | integer |
None. |
|
| dayOfWeek | string |
None. |
|
| market | string |
None. |
|
| ticker | string |
None. |
|
| session | string |
None. |
|
| openTime | string |
None. |
|
| year | integer |
None. |
|
| month | integer |
None. |
|
| day | integer |
None. |
|
| notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"investorId": 1,
"dayOfWeek": "sample string 2",
"market": "sample string 3",
"ticker": "sample string 4",
"session": "sample string 5",
"openTime": "sample string 6",
"year": 7,
"month": 8,
"day": 9,
"notes": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |