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": "0c56c3bc-75d2-4949-a753-1de0c22c30db",
"user_id": "98445d7b-8e87-4df7-b9f0-341e66df8913",
"onlyDraftHeats": true,
"status": [
1,
2
],
"isFormSubmitted": true,
"responsibleEngineers": [
"ae9ac775-6578-40b9-9b43-d1c6abffe994",
"9a01fc05-ddea-4bf3-9240-f277d3e712e9"
],
"furnaces": [
"77a02e21-b7ca-4628-8567-c9b6d854ea10",
"36323aed-f942-4d43-a951-c74faebabf61"
],
"crucibles": [
"5443721a-92eb-4f58-973c-29a3ac07f129",
"10574901-5f51-4c61-ab06-2fc98d993ad9"
],
"heatingIds": [
"9f334dbd-c5bf-40cf-aff0-f5ac9c7673f0",
"48dbaea4-2ad2-429f-9550-31e096989ee7"
],
"startDate": "1788985708000",
"endDate": "1788985708000",
"heatProducedstartDate": "1788985708000",
"heatProducedendDate": "1788985708000",
"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.