GET api/Oferta/Obtener/{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:
{
"idOferta": 1,
"nombre": "sample string 2",
"detalle": "sample string 3",
"descuento": 4,
"idPrestacion": 5,
"idEstado": 6,
"idEmpresa": 7,
"countEnvioCorreo": 8,
"fechaRegistro": "2026-07-29T12:09:35.4355344-05:00",
"imagen": "sample string 10"
}
application/xml, text/xml
Sample:
<Oferta_D 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> <detalle>sample string 3</detalle> <fechaRegistro>2026-07-29T12:09:35.4355344-05:00</fechaRegistro> <idEmpresa>7</idEmpresa> <idEstado>6</idEstado> <idOferta>1</idOferta> <idPrestacion>5</idPrestacion> <imagen>sample string 10</imagen> <nombre>sample string 2</nombre> </Oferta_D>