POST api/Dashboard/GetMaterialsByDate
Request Information
URI Parameters
None.
Body Parameters
ProductionHistoryFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| grades | Collection of globally unique identifier |
None. |
|
| furnaces | Collection of globally unique identifier |
None. |
|
| type | integer |
None. |
|
| timezoneoffset | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"startDate": "1788985710000",
"endDate": "1788985710000",
"grades": [
"07a82823-5252-4008-994b-87f277cedf3b",
"e3425c06-e317-4dae-a385-a573db57edb9"
],
"furnaces": [
"1dadc023-479a-444d-a9e4-b78401a0f508",
"b8e4c287-dcf1-40fe-9439-a35aab02f6c9"
],
"type": 3,
"timezoneoffset": 4
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| error | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.