POST api/Report/GetHeatSummary
Request Information
URI Parameters
None.
Body Parameters
HeatingFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| search | string |
None. |
|
| pageNo | integer |
None. |
|
| pageSize | integer |
None. |
|
| business_id | globally unique identifier |
None. |
|
| user_id | globally unique identifier |
None. |
|
| onlyDraftHeats | boolean |
None. |
|
| status | Collection of integer |
None. |
|
| isFormSubmitted | boolean |
None. |
|
| responsibleEngineers | Collection of globally unique identifier |
None. |
|
| furnaces | Collection of globally unique identifier |
None. |
|
| crucibles | Collection of globally unique identifier |
None. |
|
| heatingIds | Collection of globally unique identifier |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| heatProducedstartDate | date |
None. |
|
| heatProducedendDate | date |
None. |
|
| sortBy | HeatingSortBy |
None. |
Request Formats
application/json, text/json
Sample:
{
"search": "sample string 1",
"pageNo": 2,
"pageSize": 3,
"business_id": "4d99096c-c1f0-4882-af55-894188d7538e",
"user_id": "a76b8b9b-dfc9-4067-8560-a0f39b90c93c",
"onlyDraftHeats": true,
"status": [
1,
2
],
"isFormSubmitted": true,
"responsibleEngineers": [
"4624c23b-5977-4dea-bcbc-a5f57e2e53bc",
"1e77732d-d94d-4ed9-b779-7e8aa5d02aca"
],
"furnaces": [
"6e65c11f-6498-493d-bdcb-89ec20a314c3",
"744a83bf-a8ec-48b0-a36a-d1576fbd679c"
],
"crucibles": [
"a1eafbe2-05fc-4fd3-94a4-d94fa22792da",
"471de374-0c7a-43f9-ae75-aa238b9c02b1"
],
"heatingIds": [
"aa5f6ab1-ba02-4f51-8bbb-982c07d8268f",
"6abda8c6-d849-4683-a022-dfbb77b235ae"
],
"startDate": "1788973557000",
"endDate": "1788973557000",
"heatProducedstartDate": "1788973557000",
"heatProducedendDate": "1788973557000",
"sortBy": 1
}
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.