GET api/Oferta/todas?ofertaId={ofertaId}&estadoOfertaId={estadoOfertaId}&localId={localId}&creadaDesde={creadaDesde}&creadaHasta={creadaHasta}&vencimientoDesde={vencimientoDesde}&vencimientoHasta={vencimientoHasta}

Obtiene una lista de ofertas según los parámetros pasados.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ofertaId

integer

Default value is 0

estadoOfertaId

Id del estado de la oferta. 0 para traer todas.

integer

Default value is 0

localId

integer

Default value is 0

creadaDesde

date

None.

creadaHasta

date

None.

vencimientoDesde

date

None.

vencimientoHasta

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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 '[0].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 '[0].Rubro'.

application/xml, text/xml

Sample:
<ArrayOfOferta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClasesMutual">
  <Oferta>
    <Canjeado>0</Canjeado>
    <Descripcion>Una nueva oferta</Descripcion>
    <Descuento>false</Descuento>
    <Emitido>0</Emitido>
    <Estado>ACTIVA</Estado>
    <FechaBaja i:nil="true" />
    <FechaCreacion>2017-12-20T00:00:00</FechaCreacion>
    <FechaPublicacion>2017-12-20T00:00:00</FechaPublicacion>
    <FechaVencimiento>2019-12-20T00:00:00</FechaVencimiento>
    <Financiacion>false</Financiacion>
    <Id>1</Id>
    <ImagenDescatada></ImagenDescatada>
    <Local>
      <Activo>true</Activo>
      <Ciudad>
        <Id>0</Id>
        <Localizacion>
          <Latitud>0</Latitud>
          <Longitud>0</Longitud>
        </Localizacion>
        <Nombre></Nombre>
        <Provincia>
          <Id>0</Id>
          <Nombre></Nombre>
          <Pais>
            <Id>0</Id>
            <Nombre></Nombre>
          </Pais>
          <Predeterminado>true</Predeterminado>
        </Provincia>
      </Ciudad>
      <Correo></Correo>
      <Cuit></Cuit>
      <Cuotas>0</Cuotas>
      <Direcciones xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>ALEM 397</d4p1:string>
      </Direcciones>
      <Id>3</Id>
      <Localizaciones />
      <Logo></Logo>
      <Nombre>CASA TOSELLI</Nombre>
      <PaginaWeb></PaginaWeb>
      <RazonSocial></RazonSocial>
      <Telefono></Telefono>
    </Local>
    <Prioridad>0</Prioridad>
    <Resumen></Resumen>
    <Rubro>
      <Activo>true</Activo>
      <Color></Color>
      <Descripcion></Descripcion>
      <Final>false</Final>
      <HijoId>0</HijoId>
      <Id>0</Id>
      <Nombre>Art Hogar</Nombre>
      <RubroPadre>
        <Activo>true</Activo>
        <Color></Color>
        <Descripcion></Descripcion>
        <Final>false</Final>
        <HijoId>0</HijoId>
        <Id>0</Id>
        <Nombre></Nombre>
        <RubroPadre i:nil="true" />
      </RubroPadre>
    </Rubro>
    <Stock>0</Stock>
    <Titulo>Oferta</Titulo>
  </Oferta>
</ArrayOfOferta>