POST api/GetHealth_Oxigenacion

Request Information

URI Parameters

None.

Body Parameters

TB_HealthPost1
NameDescriptionTypeAdditional information
idPersona

globally unique identifier

None.

FechaIni

date

None.

FechaFin

date

None.

Periodo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idPersona": "3f72a73d-5d41-4ec6-bcac-df2373e094be",
  "FechaIni": "2026-03-21T19:42:28.9571088-04:00",
  "FechaFin": "2026-03-21T19:42:28.9571088-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:28.9571088-04:00</FechaFin>
  <FechaIni>2026-03-21T19:42:28.9571088-04:00</FechaIni>
  <Periodo>sample string 4</Periodo>
  <idPersona>3f72a73d-5d41-4ec6-bcac-df2373e094be</idPersona>
</TB_HealthPost1>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>