POST api/HeatingDetail/GetAllHeatSubmitForm

Request Information

URI Parameters

None.

Body Parameters

HeatingFormFilter
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HeatingFormFilter'.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
status

boolean

None.

error

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.