GET Common/GetOrderPeriodSummary?mtAccountId={mtAccountId}&platId={platId}&targetMtAccountId={targetMtAccountId}&targetPlatId={targetPlatId}&startTime={startTime}&endTime={endTime}&orderStatus={orderStatus}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mtAccountId | string |
None. |
|
| platId | integer |
None. |
|
| targetMtAccountId | string |
None. |
|
| targetPlatId | integer |
None. |
|
| startTime | date |
None. |
|
| endTime | date |
None. |
|
| orderStatus | Enum_OrderStatus |
None. |
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfOrderPeriodDto| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | OrderPeriodDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": {
"totalCount": 1,
"winCount": 2,
"maxRoi": "sample string 3"
}
}