All pages
Powered by GitBook
1 of 1

GenerateTransactionActivityReport

Generate Transaction Activity Report

post
Body
accountIdListinteger[]Required

Array of account IDs.

omsIdintegerRequired

The ID of the Order Management System.

startTimestring · date-timeRequired

Start time for the report.

endTimestring · date-timeRequired

End time for the report.

Responses
200
Successful report generation request.
application/json
post
POST / HTTP/1.1
Host: GenerateTransactionActivityReport
Content-Type: application/json
Accept: */*
Content-Length: 99

{
  "accountIdList": [
    0
  ],
  "omsId": 0,
  "startTime": "0001-01-01T05:00:00Z",
  "endTime": "0001-01-01T05:00:00Z"
}
200

Successful report generation request.

{
  "RequestingUser": 1,
  "OMSId": 1,
  "reportFlavor": {
    "Options": [
      "Transaction"
    ]
  },
  "createTime": "2018-08-17T15:46:07Z",
  "initialRunTime": "2018-08-17T15:46:07Z",
  "intervalStartTime": "2019-04-10T04:00:00Z",
  "intervalEndTime": "2020-04-10T04:00:00Z",
  "RequestStatus": {
    "Options": [
      "Submitted"
    ]
  },
  "ReportFrequency": {
    "Options": [
      "onDemand"
    ]
  },
  "intervalDuration": 316224000000000,
  "RequestId": "+QgyhnEFqEazyZ46Q902MA==",
  "lastInstanceId": null,
  "accountIds": [
    1
  ]
}