GET api/Campana/ListarPreciosVigentes/{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",
    "idPlantillaExamen": 1,
    "precio": 2.0,
    "idCampana": 3,
    "nombreCampana": "sample string 4"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

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