GET api/VacunaPesada/ObtenerUltimaVacunaPesada/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "idVacuna": 1,
  "valor": 2.0,
  "fechaRegistro": "2025-10-29T10:33:23.2463639-03:00"
}

application/xml, text/xml

Sample:
<sp_ObtenerUltimaVacunaPesada_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <fechaRegistro>2025-10-29T10:33:23.2463639-03:00</fechaRegistro>
  <idVacuna>1</idVacuna>
  <valor>2</valor>
</sp_ObtenerUltimaVacunaPesada_Result>