GET api/Oferta/ListaOferta/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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",
"idOferta": 1,
"nombreOferta": "sample string 2",
"detalleOferta": "sample string 3",
"descuento": 4,
"nombrePrestacion": "sample string 5",
"countEnvioCorreo": 6,
"imagen": "sample string 7"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfsp_ListarOferta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<sp_ListarOferta>
<countEnvioCorreo>6</countEnvioCorreo>
<descuento>4</descuento>
<detalleOferta>sample string 3</detalleOferta>
<idOferta>1</idOferta>
<imagen>sample string 7</imagen>
<nombreOferta>sample string 2</nombreOferta>
<nombrePrestacion>sample string 5</nombrePrestacion>
</sp_ListarOferta>
<sp_ListarOferta>
<countEnvioCorreo>6</countEnvioCorreo>
<descuento>4</descuento>
<detalleOferta>sample string 3</detalleOferta>
<idOferta>1</idOferta>
<imagen>sample string 7</imagen>
<nombreOferta>sample string 2</nombreOferta>
<nombrePrestacion>sample string 5</nombrePrestacion>
</sp_ListarOferta>
<sp_ListarOferta>
<countEnvioCorreo>6</countEnvioCorreo>
<descuento>4</descuento>
<detalleOferta>sample string 3</detalleOferta>
<idOferta>1</idOferta>
<imagen>sample string 7</imagen>
<nombreOferta>sample string 2</nombreOferta>
<nombrePrestacion>sample string 5</nombrePrestacion>
</sp_ListarOferta>
</ArrayOfsp_ListarOferta>