GenerateTreasuryActivityReport
The ID of the Order Management System.
Start time for the report.
End time for the report.
Array of account IDs.
curl -L \ --request POST \ --url 'GenerateTreasuryActivityReport' \ --header 'Content-Type: application/json' \ --data '{"omsId":0,"startTime":"0001-01-01T05:00:00Z","endTime":"0001-01-01T05:00:00Z","accountIdList":[0]}'
{ "RequestingUser": 1, "OMSId": 1, "createTime": "2018-08-17T15:38:59Z", "initialRunTime": "2018-08-17T15:38:59Z", "intervalStartTime": "2019-04-10T04:00:00Z", "intervalEndTime": "2020-04-10T04:00:00Z", "intervalDuration": 316224000000000, "RequestId": "adduAIKE6Ee0eGxFM+ydsg==", "lastInstanceId": null, "accountIds": [ 1 ], "reportFlavor": { "Options": [ "Treasury" ] }, "RequestStatus": { "Options": [ "Submitted" ] }, "ReportFrequency": { "Options": [ "onDemand" ] } }