GET api/Campana/ListarPaquetesVigentes/{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:
[
  {
    "$id": "2",
    "idCampanaPaquete": 1,
    "nombrePaquete": "sample string 2",
    "idCampana": 3,
    "nombreCampana": "sample string 4",
    "idPlantillaExamen": 5,
    "precio": 6.0
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPrecioPaqueteExamen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <PrecioPaqueteExamen>
    <idCampana>3</idCampana>
    <idCampanaPaquete>1</idCampanaPaquete>
    <idPlantillaExamen>5</idPlantillaExamen>
    <nombreCampana>sample string 4</nombreCampana>
    <nombrePaquete>sample string 2</nombrePaquete>
    <precio>6</precio>
  </PrecioPaqueteExamen>
  <PrecioPaqueteExamen>
    <idCampana>3</idCampana>
    <idCampanaPaquete>1</idCampanaPaquete>
    <idPlantillaExamen>5</idPlantillaExamen>
    <nombreCampana>sample string 4</nombreCampana>
    <nombrePaquete>sample string 2</nombrePaquete>
    <precio>6</precio>
  </PrecioPaqueteExamen>
  <PrecioPaqueteExamen>
    <idCampana>3</idCampana>
    <idCampanaPaquete>1</idCampanaPaquete>
    <idPlantillaExamen>5</idPlantillaExamen>
    <nombreCampana>sample string 4</nombreCampana>
    <nombrePaquete>sample string 2</nombrePaquete>
    <precio>6</precio>
  </PrecioPaqueteExamen>
</ArrayOfPrecioPaqueteExamen>