POST api/GetHealth_Estres
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": "76105a84-4550-47e9-8ba4-3728676a89fd",
"FechaIni": "2026-03-21T19:42:47.8680224-04:00",
"FechaFin": "2026-03-21T19:42:47.8680224-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:42:47.8680224-04:00</FechaFin> <FechaIni>2026-03-21T19:42:47.8680224-04:00</FechaIni> <Periodo>sample string 4</Periodo> <idPersona>76105a84-4550-47e9-8ba4-3728676a89fd</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>