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": "687e1835-6765-45f5-947b-db3730d9830d",
"user_id": "8ccaf83c-e812-486a-ba64-54f586e43fa7",
"onlyDraftHeats": true,
"status": [
1,
2
],
"isFormSubmitted": true,
"responsibleEngineers": [
"772b5699-a4c9-4d42-ae3e-1e35acb18a92",
"b89fd925-678b-4cf6-ad65-d646a7f8c61f"
],
"furnaces": [
"4b66624a-c91f-4b48-b6e9-cf7cf33f60d6",
"1853682e-ebbe-4568-9e25-c0f587bedaa0"
],
"crucibles": [
"bec48b95-09fd-40e3-a0de-fd8263810644",
"b14672da-d853-41f6-bbb7-e923a453d28a"
],
"heatingIds": [
"c893691e-257f-48ea-9495-5e2d88c96201",
"a7d29ce4-3670-43b0-9d1c-4cfb7b8f613a"
],
"startDate": "1788973601000",
"endDate": "1788973601000",
"heatProducedstartDate": "1788973601000",
"heatProducedendDate": "1788973601000",
"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.