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": "1788980508000",
"endDate": "1788980508000",
"grades": [
"0aa53dde-60f2-425f-aa03-76de859fc49c",
"f60be090-5aae-4be3-a26e-30939ce47b51"
],
"furnaces": [
"445c5a6f-d68d-4335-af45-564a4534cbd1",
"929cb3f1-ea4c-4bae-a06e-d4016207d9d7"
],
"type": 3,
"timezoneoffset": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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.