POST api/Heating/GetAllHeating
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": "54f05f02-20c4-466b-a7db-3b6abf62bc66",
"user_id": "e6828c67-b533-46dc-b3be-c89f06d6b6a8",
"onlyDraftHeats": true,
"status": [
1,
2
],
"isFormSubmitted": true,
"responsibleEngineers": [
"c651958f-5c18-4bfb-809d-acbba8e9b234",
"6b6ae6db-39e9-4e85-b4f1-eb6a2e949fd6"
],
"furnaces": [
"140ae281-2201-4f97-bf99-16005cb2fefc",
"b9baee11-a12f-44d5-996c-be79e1518340"
],
"crucibles": [
"f2392f68-cb94-4426-bac7-6de54eedfde2",
"dd8778ce-d07d-4d89-9f05-7ff438935a5d"
],
"heatingIds": [
"b758862d-41d2-4a7a-9e2d-5998731edbd1",
"d98b550e-c7cd-4fd5-9b4f-f857efd03b1f"
],
"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.