POST api/Order/GetAll
Request Information
URI Parameters
None.
Body Parameters
OrderGetPageRequestName | Description | Type | Additional information |
---|---|---|---|
Login | unsigned integer |
None. |
|
From | date |
None. |
|
To | date |
None. |
|
Ip | string |
None. |
|
Port | integer |
None. |
|
ApiLogin | integer |
None. |
|
ApiPassword | string |
None. |
|
Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Login": 1, "From": "2023-06-05T16:37:18.6712396+03:00", "To": "2023-06-05T16:37:18.6712396+03:00", "Ip": "sample string 2", "Port": 3, "ApiLogin": 4, "ApiPassword": "sample string 5", "Password": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CIMPTDealResponseName | Description | Type | Additional information |
---|---|---|---|
Time | date |
None. |
|
Deal | unsigned integer |
None. |
|
Profit | decimal number |
None. |
|
Comment | string |
None. |
|
Action | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Time": "2023-06-05T16:37:19.0409442+03:00", "Deal": 2, "Profit": 3.1, "Comment": "sample string 4", "Action": "sample string 5" }, { "Time": "2023-06-05T16:37:19.0409442+03:00", "Deal": 2, "Profit": 3.1, "Comment": "sample string 4", "Action": "sample string 5" } ]