POST api/Dashboard/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": "75c06ef8-bd2b-42be-bcaf-d7f8be09723d",
"user_id": "07393a6e-27eb-4d61-9db2-a4e145e34bc9",
"onlyDraftHeats": true,
"status": [
1,
2
],
"isFormSubmitted": true,
"responsibleEngineers": [
"c3bdd5ad-fb9c-47c6-8b60-f3db9c4d24fd",
"e5360d5f-aea9-466a-9306-c9377a5b77d0"
],
"furnaces": [
"7a552a79-a734-4a06-86a5-7a82e66933d9",
"19f13a40-67df-40bc-8afe-3ecf5bbb9ce5"
],
"crucibles": [
"ef9146b3-358b-4ab2-819e-ab2e333fb17d",
"2a175483-ff47-453c-8f47-1e5a6e2682c9"
],
"heatingIds": [
"0a1bf473-030d-442d-ad30-b9e7fb93a749",
"1b718a0e-acd4-4ad6-b2c5-4593b5ff0b93"
],
"startDate": "1788973623000",
"endDate": "1788973623000",
"heatProducedstartDate": "1788973623000",
"heatProducedendDate": "1788973623000",
"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.