POST api/Heating/GetAllFormNotSubmittedHeats
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": "29884aaa-7ee2-411b-acb5-69e01c12ce52",
"user_id": "ac72b749-8d8a-4709-af7e-967c08b0fa2f",
"onlyDraftHeats": true,
"status": [
1,
2
],
"isFormSubmitted": true,
"responsibleEngineers": [
"a9d84c08-594b-4519-8e88-35f70dc3aedb",
"be4fa91b-3a2b-4b5f-b3d4-39bc5f45ec08"
],
"furnaces": [
"aa9f65b3-bacd-4341-b131-dac187122590",
"bb32199f-e626-4f38-b258-780deb6eac80"
],
"crucibles": [
"15074aad-98e1-45d6-95f3-8cca3a9747d9",
"9848846f-e240-43fe-97d9-378b7beb1d75"
],
"heatingIds": [
"9482d3bf-34ef-4554-9440-1349d0a736ed",
"7a771175-55a3-4e0e-9735-35dffa1ea3cf"
],
"startDate": "1788973582000",
"endDate": "1788973582000",
"heatProducedstartDate": "1788973582000",
"heatProducedendDate": "1788973582000",
"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.