POST api/GetHealth_Presion
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": "69445086-c8be-4026-90f3-5cda1f27e04b",
"FechaIni": "2026-03-21T19:44:02.1267934-04:00",
"FechaFin": "2026-03-21T19:44:02.1267934-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:02.1267934-04:00</FechaFin> <FechaIni>2026-03-21T19:44:02.1267934-04:00</FechaIni> <Periodo>sample string 4</Periodo> <idPersona>69445086-c8be-4026-90f3-5cda1f27e04b</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>