GET api/Oferta/{ofertaId}

Devuelve una oferta especifica, que no esté vencida, a través de su identificador.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ofertaId

Identificador de la oferta

integer

Required

Body Parameters

None.

Response Information

Resource Description

Oferta
NameDescriptionTypeAdditional information
Id

integer

None.

Titulo

string

None.

Descripcion

string

None.

FechaPublicacion

date

None.

FechaVencimiento

date

None.

FechaBaja

date

None.

FechaCreacion

date

None.

Rubro

Rubro

None.

Estado

EstadoOferta

None.

Local

Local

None.

Stock

integer

None.

Emitido

integer

None.

Canjeado

integer

None.

ImagenDescatada

string

None.

Descuento

boolean

None.

Financiacion

boolean

None.

Resumen

string

None.

Prioridad

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'RubroPadre' with type 'ClasesMutual.Rubro'. Path 'Rubro'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'RubroPadre' with type 'ClasesMutual.Rubro'. Path 'Rubro'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: El gráfico de objetos del tipo 'ClasesMutual.Rubro' contiene ciclos y no se puede serializar si el seguimiento de referencias está deshabilitado.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: El gráfico de objetos del tipo 'ClasesMutual.Rubro' contiene ciclos y no se puede serializar si el seguimiento de referencias está deshabilitado.