POST api/HeatingDetail/GetAllHeatSubmitForm
Request Information
URI Parameters
None.
Body Parameters
HeatingFormFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| users | Collection of globally unique identifier |
None. |
|
| pageNo | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"startDate": "1788985708000",
"endDate": "1788985708000",
"users": [
"51e9e54f-c418-4728-9bbb-9f51ef039c99",
"86b84f10-e67f-42db-b6e7-33a188eaf7a8"
],
"pageNo": 3,
"pageSize": 4
}
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.