PUT api/DatosSensores/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

DatosSensores
NameDescriptionTypeAdditional information
id

integer

None.

fecha

date

None.

temperatura

decimal number

None.

origen

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "fecha": "2026-03-23T11:31:19.9254023-05:00",
  "temperatura": 1.0,
  "origen": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.