POST api/HeatingDetail/AddHeatingTemperature

Request Information

URI Parameters

None.

Body Parameters

HeatingTemperature
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

heating_id

globally unique identifier

None.

temperatureType

HeatingTemperatureType

None.

temperature

integer

None.

createBy

globally unique identifier

None.

createDate

date

None.

comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "c0ba2bd0-e576-40c6-b82b-8dd5bce9d5ef",
  "heating_id": "e3d6bfd3-5068-4ac9-b62a-1036251c3cc4",
  "temperatureType": 1,
  "temperature": 3,
  "createBy": "957e8a1c-7e21-4856-a7e2-87d48c0c5681",
  "createDate": "1788973549000",
  "comment": "sample string 6"
}

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 'HeatingTemperature'.

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.