POST api/GetHealth_Corazon
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": "22994f04-85a2-4050-9ce1-962d799662d7",
"FechaIni": "2026-03-21T19:45:56.514622-04:00",
"FechaFin": "2026-03-21T19:45:56.514622-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:45:56.514622-04:00</FechaFin> <FechaIni>2026-03-21T19:45:56.514622-04:00</FechaIni> <Periodo>sample string 4</Periodo> <idPersona>22994f04-85a2-4050-9ce1-962d799662d7</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>