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": "1788973655000",
"endDate": "1788973655000",
"grades": [
"930309ce-55e1-4db3-b3bb-a0686d5c5795",
"b2ca7de9-f215-4f26-937c-13321316c7c8"
],
"furnaces": [
"4b91c605-f899-4d7d-836d-93b8287a232c",
"44578aaf-88d4-4d57-9000-b0c4e4bf7206"
],
"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.