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": "94f55ae7-9fb7-4002-b9cc-3d56517846bf",
"user_id": "6917e4dd-3bef-4a09-aa4e-e9bee0eda44c",
"onlyDraftHeats": true,
"status": [
1,
2
],
"isFormSubmitted": true,
"responsibleEngineers": [
"812c54b2-851d-4de5-9a81-b9157b7edaa8",
"2e655e48-4147-4593-9ff1-023213d96afc"
],
"furnaces": [
"0b42149d-811a-4582-a90b-ff1a43dd714f",
"9238134c-b61d-4f70-bac1-d59cc3b19ccb"
],
"crucibles": [
"b335d283-40be-4981-828c-50c32d337e91",
"c969dd40-b66f-41b5-a15c-fb4d29222b06"
],
"heatingIds": [
"f11759b0-4177-4e1a-8749-7d2d443f0ffe",
"3a4fd441-eecf-4157-b397-ad51d238d463"
],
"startDate": "1788973554000",
"endDate": "1788973554000",
"heatProducedstartDate": "1788973554000",
"heatProducedendDate": "1788973554000",
"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.