POST api/Heating/GetAllTodayHeat
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": "c76ee8a3-f2fd-4cdf-a06b-3be62902a0ed",
"user_id": "0a08a396-5e7c-4aaf-abc3-4731f6585aa1",
"onlyDraftHeats": true,
"status": [
1,
2
],
"isFormSubmitted": true,
"responsibleEngineers": [
"b7e3612b-cae2-4fd2-a351-4a5fd6afb6d5",
"c6092fb2-fce2-4209-9ba7-bb0099bc514b"
],
"furnaces": [
"342ea71d-885e-49ff-ac84-60e543927f3f",
"45c825d1-206f-45f2-99dd-f406750663fa"
],
"crucibles": [
"7b0d6314-1824-4796-b511-f8173fe0ea67",
"bd9d8d93-ad69-402a-a6ea-875334043138"
],
"heatingIds": [
"7c272906-7bf1-45c9-a401-d6962214b6d6",
"82973bcd-d981-4685-adb5-9c1bd146e23b"
],
"startDate": "1788985710000",
"endDate": "1788985710000",
"heatProducedstartDate": "1788985710000",
"heatProducedendDate": "1788985710000",
"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.