POST api/GetHealth_Temperatura
Request Information
URI Parameters
None.
Body Parameters
TB_HealthPost1| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| FechaIni | date |
None. |
|
| FechaFin | date |
None. |
|
| Periodo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPersona": "b32cf65f-5738-4527-a59e-277bef365e52",
"FechaIni": "2026-03-21T19:44:23.0951203-04:00",
"FechaFin": "2026-03-21T19:44:23.0951203-04:00",
"Periodo": "sample string 4"
}
application/xml, text/xml
Sample:
<TB_HealthPost1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <FechaFin>2026-03-21T19:44:23.0951203-04:00</FechaFin> <FechaIni>2026-03-21T19:44:23.0951203-04:00</FechaIni> <Periodo>sample string 4</Periodo> <idPersona>b32cf65f-5738-4527-a59e-277bef365e52</idPersona> </TB_HealthPost1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>