ScheduleTradeActivityReport
The ID of the Order Management System.
Start time for the reports.
Report interval duration in days.
Array of account IDs.
Report frequency.
curl -L \ --request POST \ --url 'ScheduleTradeActivityReport' \ --header 'Content-Type: application/json' \ --data '{"omsId":1,"beginTime":"2018-08-10T04:00:00.000Z","intervalDuration":10,"accountIdList":[1],"frequency":{"Options":["Daily"]}}'
{ "RequestingUser": 1, "OMSId": 1, "createTime": "2018-08-17T17:57:51Z", "initialRunTime": "2018-08-10T04:00:00Z", "intervalStartTime": "2018-08-10T04:00:00Z", "intervalEndTime": "2018-08-10T05:00:00Z", "intervalDuration": 36000000000, "RequestId": "mGzjUfylGEmqgJIxu651aQ==", "lastInstanceId": null, "accountIds": [ 1 ], "reportFlavor": { "Options": [ "TradeActivity" ] }, "RequestStatus": { "Options": [ "Submitted" ] }, "ReportFrequency": { "Options": [ "Daily" ] } }