GET api/Oferta/Obtener/{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:
{
  "idOferta": 1,
  "nombreOferta": "sample string 2",
  "detalleOferta": "sample string 3",
  "descuento": 4,
  "idEstado": 5,
  "estado": "sample string 6",
  "idEmpresa": 7,
  "countEnvioCorreo": 8,
  "fechaRegistro": "sample string 9",
  "imagen": "sample string 10"
}

application/xml, text/xml

Sample:
<sp_ObtenerOfertaxId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <countEnvioCorreo>8</countEnvioCorreo>
  <descuento>4</descuento>
  <detalleOferta>sample string 3</detalleOferta>
  <estado>sample string 6</estado>
  <fechaRegistro>sample string 9</fechaRegistro>
  <idEmpresa>7</idEmpresa>
  <idEstado>5</idEstado>
  <idOferta>1</idOferta>
  <imagen>sample string 10</imagen>
  <nombreOferta>sample string 2</nombreOferta>
</sp_ObtenerOfertaxId>