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": "9ec2690d-3119-46aa-9b14-517f8bb57bb5",
"user_id": "61fb7919-c80b-44b8-908a-6bd01bf216e7",
"onlyDraftHeats": true,
"status": [
1,
2
],
"isFormSubmitted": true,
"responsibleEngineers": [
"7ea8fb05-bfb8-465a-afb1-28948ff6942e",
"df7b9645-2985-4052-9f2b-48b03976ab0f"
],
"furnaces": [
"41f0695d-127d-440a-8c8a-b6f99419f404",
"65c2f8a3-976d-4c5f-9e22-e0070c85ff4c"
],
"crucibles": [
"98694c6b-98c1-470a-aea8-f2254c50ad8a",
"c8275075-d365-4ce5-8956-f058f39877cd"
],
"heatingIds": [
"986dc9df-1a1c-4bfc-b747-c2e3c16ee0b4",
"8129c224-d1b5-4a01-a2df-4256cf0eccd7"
],
"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.