GenerateTransactionActivityReport
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 'GenerateTransactionActivityReport' \ --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:46:07Z", "initialRunTime": "2018-08-17T15:46:07Z", "intervalStartTime": "2019-04-10T04:00:00Z", "intervalEndTime": "2020-04-10T04:00:00Z", "intervalDuration": 316224000000000, "RequestId": "+QgyhnEFqEazyZ46Q902MA==", "lastInstanceId": null, "accountIds": [ 1 ], "reportFlavor": { "Options": [ "Transaction" ] }, "RequestStatus": { "Options": [ "Submitted" ] }, "ReportFrequency": { "Options": [ "onDemand" ] } }