POST api/Oferta/ListaOferta

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "idEmpresa": 1,
  "search": "sample string 2"
}

application/xml, text/xml

Sample:
<ModelOferta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Servicios.Models">
  <idEmpresa>1</idEmpresa>
  <search>sample string 2</search>
</ModelOferta>

application/x-www-form-urlencoded

Sample:

Sample not available.

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,
    "nombreProducto": "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>
    <nombreProducto>sample string 5</nombreProducto>
  </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>
    <nombreProducto>sample string 5</nombreProducto>
  </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>
    <nombreProducto>sample string 5</nombreProducto>
  </sp_ListarOferta>
</ArrayOfsp_ListarOferta>